Skip to content

Commit 5d624ed

Browse files
committed
tested with WordPress 4.8.3
1 parent c4bc1a4 commit 5d624ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ NOTE: Amazon EFS is not available in all AWS regions. Check the [Region Table](h
55

66
You can also run the database outside of the environment to decouple compute and database resources. See the Elastic Beanstalk Developer Guide for a tutorial with instructions that use an external DB instance: [Deploying a High-Availability WordPress Website with an External Amazon RDS Database to Elastic Beanstalk](https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/php-hawordpress-tutorial.html). The tutorial also uses the AWS Management Console instead of the EB CLI.
77

8-
These instructions were tested with WordPress 4.6.1
8+
These instructions were tested with WordPress 4.8.3
99

1010
## Install the EB CLI
1111

@@ -36,7 +36,7 @@ If you don't have pip, follow the instructions [here](http://docs.aws.amazon.com
3636

3737
1. Download WordPress.
3838

39-
~$ curl https://wordpress.org/wordpress-4.6.1.tar.gz -o wordpress.tar.gz
39+
~$ curl https://wordpress.org/wordpress-4.8.3.tar.gz -o wordpress.tar.gz
4040

4141
2. Download the configuration files in this repository.
4242

0 commit comments

Comments
 (0)