Skip to content

Commit 4631ebd

Browse files
committed
update readme
1 parent f9fc246 commit 4631ebd

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
# kinode_process_lib
1+
# `kinode_process_lib`
22

3-
Library of functions for more ergonomic [Kinode](https://github.com/kinode-dao/kinode) process development. See the [Kinode Book](https://book.kinode.org) for a guide on how to use this library to write Kinode apps in Rust.
3+
Library of functions for more ergonomic [Kinode](https://github.com/kinode-dao/kinode) Rust process development.
4+
Documentation can be found [here](https://docs.rs/kinode_process_lib).
5+
See the [Kinode Book](https://book.kinode.org) for a guide on how to use this library to write Kinode apps in Rust.
46

5-
The major version of `kinode_process_lib` will always match the major version of Kinode OS. Since the current major version of both is 0, breaking changes can occur on minor releases. Once the major version reaches 1, breaking changes will only occur between major versions. As is, developers may have to update their version of process_lib as they update Kinode OS.
7+
The major version of `kinode_process_lib` will always match the major version of Kinode OS.
8+
Since the current major version of both is 0, breaking changes can occur on minor releases.
9+
Once the major version reaches 1, breaking changes will only occur between major versions.
10+
As is, developers may have to update their version of `process_lib` as they update Kinode OS.

0 commit comments

Comments
 (0)