Skip to content

Commit fffaea3

Browse files
committed
Readme readability
1 parent a62e8b8 commit fffaea3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Serverless WordPress on Vercel, Netlify, or AWS Lambda because WordPress hosting
2525

2626
**Please note this is currently an experimental project and shouldn't be used for websites with considerable security or stability requirements.**
2727

28-
1. Create a MySQL database that can be accessed from Vercel or Netlify. The easiest way to do this is with [PlanetScale](https://planetscale.com/) which has a free tier to get started. When using PlanetScale, make sure your database's region matches the region that Vercel or Netlify will use. This is usually ```us-east-1```.
29-
2. Deploy this repository to Vercel or Netlify. One of the links above will get you started. You'll just need a GitHub account.
30-
3. Update the environment variables for your project in Vercel or Netlify with the database credentials. These are used by wp-config.php. The environment variables are:
28+
1. **Create a MySQL database** that can be accessed from Vercel or Netlify. The easiest way to do this is with [PlanetScale](https://planetscale.com/) which has a free tier to get started. When using PlanetScale, make sure your database's region matches the region that Vercel or Netlify will use. This is usually ```us-east-1```.
29+
2. **Deploy this repository to Vercel or Netlify.** One of the links above will get you started. You'll just need a GitHub account.
30+
3. **Update the environment variables** for your project in Vercel or Netlify with the database credentials. These are used by wp-config.php. The environment variables are:
3131
```
3232
DATABASE
3333
USERNAME
@@ -56,11 +56,11 @@ S3_ACCESS_KEY
5656
3. Like step 2 above, create a MySQL database and update the environment variables. They can be updated in the `serverless.yml` file and then run `serverless deploy` again.
5757

5858
## Getting help
59-
Need help getting ServerlessWP installed? [Start a discussion](https://github.com/mitchmac/ServerlessWP/discussions) or [e-mail me](mailto:[email protected])
59+
Need help getting ServerlessWP installed? [Start a discussion](https://github.com/mitchmac/ServerlessWP/discussions) or [e-mail Mitch](mailto:[email protected])
6060

6161
## How can you help?
6262
- Just using ServerlessWP and [reporting any problems you experience](https://github.com/mitchmac/ServerlessWP/issues) is a fantastic way to help!
63-
- Share the word! Let's try to make WordPress hosting better.
63+
- Spread the word! Let's try to make WordPress hosting better.
6464

6565
## License
6666
GNU General Public License v3.0

0 commit comments

Comments
 (0)