Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit c98128d

Browse files
docs(README): fix syntax indentation
1 parent e10d52a commit c98128d

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
@@ -35,8 +35,8 @@ Here are the steps to do a manual upload of folders to Firebase Storage:
3535

3636
* Run the grunt task to upload the chosen files. For example to upload all the partials for v1.0.5:
3737

38-
```bash
39-
node_modules/.bin/grunt --target=1.0.5 --filter=docs*/**
40-
```
38+
```bash
39+
node_modules/.bin/grunt --target=1.0.5 --filter=docs*/**
40+
```
4141

4242
* Remember to delete the keyfile from you local system when done, as this gives unlimited access to the Storage.

0 commit comments

Comments
 (0)