diff --git a/site/_docs/deployment-methods.md b/site/_docs/deployment-methods.md index 682bce20..04dda9f2 100644 --- a/site/_docs/deployment-methods.md +++ b/site/_docs/deployment-methods.md @@ -108,8 +108,9 @@ If you want to maintain Jekyll inside your existing Rails app, [Jekyll-Admin](ht ## Amazon S3 If you want to host your site in Amazon S3, you can do so by -using [s3_website](https://github.com/laurilehmijoki/s3_website) application. -It will push your site to Amazon S3 where it can be served like any web server, +using the [s3_website](https://github.com/laurilehmijoki/s3_website) +application. It will push your site to Amazon S3 where it can be served like +any web server, dynamically scaling to almost unlimited traffic. This approach has the benefit of being about the cheapest hosting option available for low-volume blogs as you only pay for what you use.