Skip to content

Commit ca4e129

Browse files
author
Benjamin
committed
Corrected typo on deploying to AWS section
1 parent 84f717e commit ca4e129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

section9/lectures/135_want_to_deploy_to_aws/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Deploy to AWS
2-
If deploying on AWS, after installing Ubuntu 16.04, make sure to install libpcre2 and libpcre3-dev by running the following commands:
2+
If deploying on AWS, after installing Ubuntu 16.04, make sure to install libpcre3 and libpcre3-dev by running the following commands:
33

44
```bash
55
sudo apt-get install libpcre3 libpcre3-dev

0 commit comments

Comments
 (0)