Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix links
  • Loading branch information
pasichDev authored Jan 22, 2024
1 parent 0b093d1 commit 82c3447
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

This package offers a user-friendly API for seamless interaction with Noso Coin. It provides the basic models and methods for integrating applications into the Noso Coin network, enabling fast solutions and efficient implementation.

[![Pub Version](https://img.shields.io/pub/v/NosoDart)](https://pub.dev/packages/NosoDart)
[![Pub Version](https://img.shields.io/pub/v/NosoDart)](https://pub.dev/packages/noso_dart)
[![GitHub License](https://img.shields.io/github/license/Noso-Project/NosoDart)](https://opensource.org/licenses/MIT)


## Installation

To use this package, add `nosoDart` as a dependency in your `pubspec.yaml` file.
To use this package, add `noso_dart` as a dependency in your `pubspec.yaml` file.

```yaml
dependencies:
nosoDart: ^1.0.0
noso_dart: ^1.0.0
```
## Documentation
Expand Down

0 comments on commit 82c3447

Please sign in to comment.