Skip to content

Commit

Permalink
Corrected the number index.ts (#2480)
Browse files Browse the repository at this point in the history
Corrected the numbering for accuracy and consistency.


<!-- start pr-codex -->

---

## PR-Codex overview
This PR updates the example number in the documentation comment of the
`index.ts` file within the `packages/hub-nodejs/examples/write-data`
directory.

### Detailed summary
- Changed the example number from 7 to 8 in the documentation comment.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`

<!-- end pr-codex -->
  • Loading branch information
Fallengirl authored Jan 27, 2025
1 parent 32f9139 commit 0a92fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hub-nodejs/examples/write-data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const NETWORK = FarcasterNetwork.TESTNET; // Network of the Hub
castResults.push(castWithEmojiLinkAttachment);

/**
* Example 7: A cast that replies to a URL
* Example 8: A cast that replies to a URL
*
* "I think this is a great protocol 🚀"
*/
Expand Down

0 comments on commit 0a92fa0

Please sign in to comment.