Skip to content

Commit 38efade

Browse files
committed
docs: update read me
1 parent f49ad30 commit 38efade

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ following content:
3939
module.exports = require('ghost-firebase-storage-adapter');
4040
```
4141

42-
> **NB:** if the `firebase.js` was not created, create it and add the content.
42+
> **NB:** if the `firebase.js` was not created, create it in the `content/adapters/storage` directory and add the above content.
4343
4444
## Configurations
4545

@@ -49,7 +49,7 @@ module.exports = require('ghost-firebase-storage-adapter');
4949
5050
- Add the json file containing the private key to the root of you ghost
5151
directory or somewhere else more secure.
52-
- Add a `storage` block to your config.${GHOST_ENVIRONMENT}.json as shown below:
52+
- Add a `storage` block to your `config.${GHOST_ENVIRONMENT}.json` as shown below:
5353

5454
```json
5555
"storage": {
@@ -71,7 +71,7 @@ To configure you project, the following fields can be passed along:
7171

7272
| Field | Required | c |
7373
| -------------- | -------- | -------------------------------------------------------------- |
74-
| serviceAccount | true | Path to your firebase account credentials |
74+
| serviceAccount | true | Path to your firebase account credentials json file |
7575
| bucketName | true | The bucket to save ghost uploads to |
7676
| basePath | false | the path to append to the filename of the ghost upload |
7777
| uploadOptions | false | set uploadOptions to be added to your file uploads to firebase |

0 commit comments

Comments
 (0)