diff --git a/README.md b/README.md
index c4d953e..7d3a106 100644
--- a/README.md
+++ b/README.md
@@ -7,15 +7,7 @@ S3 backed storage strategy for greenlock-express.js (and greenlock.js)
## Requirements
-You will need:
-1. S3 Bucket (more info.)
-2. AWS API credentials with read and write access to the bucket (more info.)
-
-You will need to pass the following information to greenlock-storage-s3
-1. Your accessKeyId
-2. Your secretAccessKey
-3. Your regionName
-4. Your bucketName
+You will need a s3 bucket and the corresponding credentials.
## Integration
@@ -23,7 +15,7 @@ You will need to pass the following information to greenlock-storage-s3
```javascript
-let store = require('./index').create({
+let store = require('greenlock-storage-s3').create({
accessKeyId: accessKeyId // Your accessKeyId
, secretAccessKey: secretAccessKey // Your secretAccessKey
, regionName: regionName // Your regionName