Skip to content

Commit

Permalink
Fix link to source code in README (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliyaZelenko committed Feb 16, 2024
1 parent 4a63088 commit 329bb32
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 @@ -50,7 +50,7 @@ this.keyringController.on('removedAccount', handleThat);

## Methods

Currently the methods are heavily commented in [the source code](./index.js), so it's the best place to look until we aggregate it here as well.
Currently the methods are heavily commented in [the source code](./src/KeyringController.ts), so it's the best place to look until we aggregate it here as well.

## Contributing

Expand Down

0 comments on commit 329bb32

Please sign in to comment.