Skip to content

Commit

Permalink
docs(create folder): Fix parameter name PE-2012
Browse files Browse the repository at this point in the history
  • Loading branch information
fedellen committed Aug 5, 2022
1 parent 2100975 commit 2ba23b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ As discussed previously, all folders in a drive are linked by way of parent fold
Creating folders manually is straightforward:

```shell
ardrive create-folder --parent-folder-id "63153bb3-2ca9-4d42-9106-0ce82e793321" --name "My Awesome Folder" -w /path/to/wallet.json
ardrive create-folder --parent-folder-id "63153bb3-2ca9-4d42-9106-0ce82e793321" --folder-name "My Awesome Folder" -w /path/to/wallet.json
```

Example output:
Expand Down

0 comments on commit 2ba23b8

Please sign in to comment.