Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix typos and link broken #118

Merged
merged 1 commit into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/design/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ tags: roadmap, nano, future, release, design

# Roadmap

- Node implemenation <a href="https://github.com/orgs/nanocurrency/projects/5" target="_blank">Roadmap</a>
- Node implementation <a href="https://github.com/orgs/nanocurrency/projects/5" target="_blank">Roadmap</a>
- Network <a href="https://docs.nano.org/releases/network-upgrades/" target="_blank">upgrade schedule</a>
- Next planned <a href="https://docs.nano.org/releases/node-releases/#next-planned-release" target="_blank">node release</a>
4 changes: 2 additions & 2 deletions docs/getting-started-devs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ account_id = nanolib.generate_account_id(seed, 0)

| Name | Description |
| -------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| [nanodart](https://github.com/nano-dart/nano-dart) | Dart library for the NANO and BANANO cryptocurrencies - supports key generation, signing, encryption, and more. |
| [nanodart](https://github.com/appditto/nanodart) | Dart library for the NANO and BANANO cryptocurrencies - supports key generation, signing, encryption, and more. |
| [nanoutil](https://github.com/perishllc/nanoutil) | A Nano and Banano cryptocurrency library for the Dart programming language |

##### Python
Expand Down Expand Up @@ -277,4 +277,4 @@ Once you have a node up and running the ledger should bootstrap from the network
- wallets (<a href="https://github.com/Nault/Nault" target="_blank">Nault</a> / <a href="https://github.com/appditto/natrium_wallet_flutter" target="_blank">Natrium</a>)
- merchant payment services
- streaming plugins for payments, tips, donations
- pay per use intergation (articles)
- pay per use integration (articles)
2 changes: 1 addition & 1 deletion docs/introduction/investment-thesis.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ At this moment, the value comes mostly from speculation rather than actual payme

Like with any new technology, it is not worth very much until it is worth a lot.

In the meantime, critics will continually reference its lack of use by ordinary consumers and merchants, while overlooking its potential use. Over time, more and more consumers and merchants will adopt it as developers rapidly improve its useability to make it more accessible. The Internet was at first hard to use and now everyone is using it.
In the meantime, critics will continually reference its lack of use by ordinary consumers and merchants, while overlooking its potential use. Over time, more and more consumers and merchants will adopt it as developers rapidly improve its usability to make it more accessible. The Internet was at first hard to use and now everyone is using it.

### Notable Quotes

Expand Down
Loading