Skip to content

Commit 918d9b6

Browse files
committed
docs: Add link to examples
1 parent e00019c commit 918d9b6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This library is the official client for the free and open-source NoSQL database [Skytable](https://github.com/skytable/skytable). First, go ahead and install Skytable by following the instructions [here](https://docs.skytable.io/getting-started). This library supports all Skytable versions that work with the [Skyhash 2 Protocol](https://docs.skytable.io/protocol/overview). This version of the library was tested with the latest Skytable release (release [0.8.4](https://github.com/skytable/skytable/releases/v0.8.4)). [Read more about supported versions here](#version-support).
66

7-
**📁 You can [find more examples in this folder here](/examples)**.
7+
**📁 You can [find some usage examples in this folder here](/examples)**.
88

99
## Definitive example
1010

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
//! The client-driver is distributed under the liberal [Apache-2.0 License](https://www.apache.org/licenses/LICENSE-2.0) and hence
2222
//! you can use it in your applications without any licensing issues.
2323
//!
24+
//! **📁 You can [find some usage examples in this folder here](https://github.com/skytable/client-rust/tree/v0.8.11/examples)**.
25+
//!
2426
//! ## Definitive example
2527
//!
2628
//! ```no_run

0 commit comments

Comments
 (0)