From 9cd3c50525ef17eea92fd7831e4e80a6f2b1877d Mon Sep 17 00:00:00 2001 From: Marlon Peeters Date: Thu, 30 Nov 2023 15:58:25 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50f4c29d2..125d0a004 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ sudo ./target/debug/statime-linux -i ## Structure -The `statime` library has been built in a way to try and be platform-agnostic. To do that, the network and clock have been abstracted. The `statime-linux` library provides implementations of these abstractions for linux-based platforms. For other platforms, this needs to be provided by the user. For more details, see [the documentation](https://pendulum-project.github.io/statime/docs/statime) +The `statime` library has been built in a way to try and be platform-agnostic. To do that, the network and clock have been abstracted. The `statime-linux` library provides implementations of these abstractions for linux-based platforms. For other platforms, this needs to be provided by the user. For more details, see [the documentation](https://docs.statime.pendulum-project.org/api/statime/) ## Rust version