Skip to content

Commit 0fd502c

Browse files
committed
updated REDME.MD support for Cloudinary
1 parent ed4d923 commit 0fd502c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
> Node.js idiomatic client for [Cloud Storage]
1111
1212
[Node - Storage Pipe Manager](https://www.npmjs.com/package/node_storage_manager) allows world-wide
13-
storage and retrieval of any amount of data at any time. You can use Google
14-
`Cloud Storage`, `AWS S3 Bucket` for a range of scenarios including serving website content,
13+
storage and retrieval of any amount of data at any time. You can use `Google
14+
Cloud Storage`, `AWS S3 Bucket` for a range of scenarios including serving website content,
1515
storing data for archival and disaster recovery, or distributing large data
16-
objects to users via direct download. Storage Pipe Manager is a Pipe Factory that allow you easily switch between `Google CLoud` `AWS S3` and `FS` without breaking anything or any extra configurations
16+
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
1717

1818
**Table of contents:**
1919

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.3",
3+
"version": "1.2.4",
44
"description": "A storage manager for nodejs",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)