Skip to content

Commit

Permalink
docs: update config docs (#2917)
Browse files Browse the repository at this point in the history
Corrects config options in readme.
  • Loading branch information
achingbrain authored Jan 20, 2025
1 parent 06fc82d commit 8582cc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ const privateKey = await loadOrCreateSelfKey(datastore, keychainInit)

const node = await createLibp2p({
privateKey,
datastore,
services: {
datastore,
keychain: keychain(keychainInit)
}
})
Expand Down
2 changes: 1 addition & 1 deletion packages/config/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
*
* const node = await createLibp2p({
* privateKey,
* datastore,
* services: {
* datastore,
* keychain: keychain(keychainInit)
* }
* })
Expand Down

0 comments on commit 8582cc2

Please sign in to comment.