Skip to content

Commit 3fdc86a

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

2 files changed

Lines changed: 2 additions & 2 deletions

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('NFS', 'Asia');
188+
let StorageInstance = Storage.getInstance('AWS'or 'GD', 'Asia');
189189
StorageInstance.upload()
190190
}
191191
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node_storage_manager",
3-
"version": "1.2.8",
3+
"version": "1.2.9",
44
"description": "Node - Storage Pipe Manager allows world-wide storage and retrieval of any amount of data at any time. You can use Google Cloud Storage, AWS S3 Bucket for a range of scenarios including serving website content, storing data for archival and disaster recovery, or distributing large data objects to users via direct download. Storage Pipe Manager is a Pipe Factory that allow you easily switch between Google CLoud AWS S3, CLOUDINARY and FS without breaking anything or any extra configurations",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)