Skip to content

Commit b91e66c

Browse files
committed
Fixed typo error's
1 parent 3fdc86a commit b91e66c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ both this module and all it's functions
185185
```javascript
186186
// Imports the node_storage_manager library
187187
const Storage = require('node_storage_manager');
188-
let StorageInstance = Storage.getInstance('AWS'or 'GD', 'Asia');
188+
let StorageInstance = Storage.getInstance('AWS'or 'DG', 'Asia');
189189
StorageInstance.upload()
190190
}
191191
```

0 commit comments

Comments
 (0)