README.md in s3_website-1.4.4 vs README.md in s3_website-1.4.5
- old
+ new
@@ -32,19 +32,15 @@
S3 website. If the bucket does not exist, the command will create it for you.
* Run `s3_website push` to push your website to S3. Congratulations! You are live.
### For Jekyll users
-Run the `s3_website cfg create` in the root directory of your Jekyll project.
-`s3_website` will automatically look for the site output in the *_site*
-directory.
+S3_website will automatically discover your website in the *_site* directory.
### For Nanoc users
-Run the `s3_website cfg create` in the root directory of your Nanoc project.
-`s3_website` will automatically look for the site output in the *public/output*
-directory.
+S3_website will automatically discover your website in the *public/output* directory.
### For others
It's a good idea to store the `s3_website.yml` file in your project's root.
Let's say the contents you wish to upload to your S3 website bucket are in
@@ -336,10 +332,10 @@
See
<https://github.com/laurilehmijoki/s3_website/blob/master/example-configurations.md>.
## Known issues
-None. Please send a pull request if you spot any.
+Please create an issue and send a pull request if you spot any.
## Development
### Versioning