We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fdc86a commit b91e66cCopy full SHA for b91e66c
1 file changed
README.md
@@ -185,7 +185,7 @@ both this module and all it's functions
185
```javascript
186
// Imports the node_storage_manager library
187
const Storage = require('node_storage_manager');
188
- let StorageInstance = Storage.getInstance('AWS'or 'GD', 'Asia');
+ let StorageInstance = Storage.getInstance('AWS'or 'DG', 'Asia');
189
StorageInstance.upload()
190
}
191
```
0 commit comments