Skip to content

Commit

Permalink
docs(farcaster-js): fixes #752 (#754)
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #752
  • Loading branch information
piratekev authored Feb 20, 2024
1 parent f796d4f commit 6ef6e65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ await client.v2.reactToCast(signerUuid, NeynarV2.ReactionType.Like, cast.hash);

## Signers

Signers are required to write data to Farcaster. You can learn more about signers from these resources ([Farcaster](https://docs.farcaster.xyz/protocol/concepts.html#signers), [Neynar](https://docs.neynar.com/docs/write-to-farcaster-with-neynar-managed-signers)).
Signers are required to write data to Farcaster. You can learn more about signers from these resources ([Farcaster](https://docs.farcaster.xyz/developers/guides/accounts/create-account-key), [Neynar](https://docs.neynar.com/docs/write-to-farcaster-with-neynar-managed-signers)).

This package includes a CLI for creating signers. You can run the code below to generate a signer:
```
Expand Down
2 changes: 1 addition & 1 deletion packages/farcaster-js-hub-rest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ npm install axios @standard-crypto/farcaster-js-hub-rest

## Signers

Signers are required to write data to Farcaster. You can learn more about signers from the [Farcaster docs](https://docs.farcaster.xyz/protocol/concepts.html#signers).
Signers are required to write data to Farcaster. You can learn more about signers from the [Farcaster docs](https://docs.farcaster.xyz/developers/guides/accounts/create-account-key).

The root package includes a CLI for creating signers. You can run the code below to generate a signer:
```
Expand Down
2 changes: 1 addition & 1 deletion packages/farcaster-js-hub-rest/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ npm install axios @standard-crypto/farcaster-js-hub-rest

## Signers

Signers are required to write data to Farcaster. You can learn more about signers from the [Farcaster docs](https://docs.farcaster.xyz/protocol/concepts.html#signers).
Signers are required to write data to Farcaster. You can learn more about signers from the [Farcaster docs](https://docs.farcaster.xyz/developers/guides/accounts/create-account-key).

The root package includes a CLI for creating signers. You can run the code below to generate a signer:
```
Expand Down

0 comments on commit 6ef6e65

Please sign in to comment.