diff --git a/README.md b/README.md index bb89e97..3bd9605 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# near-rs -The near-rs is a simple Rust library that helps developers interact easily with the NEAR blockchain. The library was highly inspired by the API of the [near-cli-rs](https://github.com/near/near-cli-rs) library. The library extensively utilizes builder patterns, this way we guide the users through the user flow, preventing most of the errors and focusing on each step. +# near-api +The near-api is a simple Rust library that helps developers interact easily with the NEAR blockchain. The library was highly inspired by the API of the [near-cli-rs](https://github.com/near/near-cli-rs) library. The library extensively utilizes builder patterns, this way we guide the users through the user flow, preventing most of the errors and focusing on each step. Currently, the library provides: * Account management @@ -25,4 +25,4 @@ The library is already usable and might be used for rapid prototyping, it lacks ## Examples The crate provides [examples](./examples/) that contain detailed information on using the library. - \ No newline at end of file +