Skip to content
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ npm test
NB: Remember to add tests to keep the coverage as reasonable as possible.

## Documentation
For complete documenation on how to use this library see the complete [docs](https://naftalimurgor.github.io/bitgesell-blockchain-sdk/)
For complete documenation on how to use this library see the complete [docs](https://github.com/BitgesellOfficial/bitgesell-blockchain-sdk-docs/)

Try out in this [codepen](https://codepen.io/slax425/pen/PoVdYGm)

## Support
Any form of support is highly welcome through contributions, pull requests and feature requests.

```License```: MIT
```License```: MIT
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
"module": "build/module/index.js",
"repository": "https://github.com/naftalimurgor/bitgesell-blockchain-sdk",
"repository": "https://github.com/BitgesellOfficial/bitgesell-blockchain-sdk",
"license": "MIT",
"keywords": [],
"scripts": {
Expand Down