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 fbe98e3 commit eb1100cCopy full SHA for eb1100c
1 file changed
README.md
@@ -57,7 +57,7 @@ npm i node_storage_manager
57
```
58
59
60
-### Using the client library on GCLOUD
+### Using the client library on `GCLOUD`
61
node_storage_manager allows you to switch between clients easily without reconfigurations
62
```javascript
63
// Imports the node_storage_manager library
@@ -81,7 +81,7 @@ node_storage_manager allows you to switch between clients easily without reconfi
81
82
83
84
-### Using the client library on AWS
+### Using the client library on `AWS`
85
86
87
const Storage = require('node_storage_manager');
0 commit comments