Skip to content

Commit

Permalink
Merge pull request #301 from twilson63/twilson63-patch-5
Browse files Browse the repository at this point in the history
fix: typo on hello world code
  • Loading branch information
twilson63 authored Nov 6, 2023
2 parents 5101f07 + c8318b9 commit bd8ab68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/getting-started/quick-starts/hw-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Now that there is a static site to deploy, it can be checked to ensure it all fu
The command below deploys the `src` directory whilst also indicating the `index.html` file as an index for the manifests (relative to the path provided to `upload-dir` flag).

```sh
irys upload-dir src -h https://node2.irys.xyz --index-file index.html -c arweave -w ./wallet.json
irys upload-dir src -h https://node2.irys.xyz --index-file index.html -t arweave -w ./wallet.json
```

## Congrats!!
Expand Down

0 comments on commit bd8ab68

Please sign in to comment.