Skip to content

Commit

Permalink
Wrong version, CI badge link
Browse files Browse the repository at this point in the history
  • Loading branch information
Vurv78 committed Oct 24, 2021
1 parent 91f2bb4 commit 22f72ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ``nanos-sdk-rs`` ![CI](https://github.com/Vurv78/nanos-sdk-rs/actions/workflows/doc.yml/badge.svg) [![DocBadge](https://img.shields.io/website?down_color=red&down_message=Down&label=Docs&logo=rust&up_color=blue&up_message=Online&url=https%3A%2F%2Fvurv78.github.io%2Fnanos-sdk-rs%2Fnanos_sdk_rs)](https://vurv78.github.io/nanos-sdk-rs/nanos_sdk_rs/sdk/index.html) [![cratesio](https://img.shields.io/crates/v/nanos_sdk_rs.svg)](https://crates.io/crates/nanos-sdk-rs)
# ``nanos-sdk-rs`` [![CI](https://github.com/Vurv78/nanos-sdk-rs/actions/workflows/doc.yml/badge.svg)](https://github.com/Vurv78/nanos-sdk-rs/actions) [![DocBadge](https://img.shields.io/website?down_color=red&down_message=Down&label=Docs&logo=rust&up_color=blue&up_message=Online&url=https%3A%2F%2Fvurv78.github.io%2Fnanos-sdk-rs%2Fnanos_sdk_rs)](https://vurv78.github.io/nanos-sdk-rs/nanos_sdk_rs/sdk/index.html) [![cratesio](https://img.shields.io/crates/v/nanos_sdk_rs.svg)](https://crates.io/crates/nanos-sdk-rs)

Bindings to https://github.com/nanos-world/module-sdk for Rust using bindgen.
See **[nanos world](https://www.nanos.world)**
Expand All @@ -9,7 +9,7 @@ See **[nanos world](https://www.nanos.world)**
Add this as a dependency to your `Cargo.toml`
```toml
[dependencies]
nanos-sdk-rs = "0.1.0"
nanos-sdk-rs = "0.2.0"
```
Then add this to build your project to a .dll
```toml
Expand Down

0 comments on commit 22f72ba

Please sign in to comment.