From 166415d6585a5992ef3bdd39d054f54d4d7b656b Mon Sep 17 00:00:00 2001 From: David Venhoek Date: Tue, 10 Dec 2024 16:50:00 +0100 Subject: [PATCH] Incorporated spelling fixes suggested by @cikzh Co-authored-by: Marlon Peeters --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f1947953..6c7f521c 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ Statime is a library providing an implementation of PTP version 2.1 (IEEE1588-20 It is designed to be able to work with many different underlying platforms, including embedded targets. This does mean that it cannot use the standard library and platform specific libraries to interact with the system clock and to access the network. That needs to be provided by the user of the library. -On modern Linux kernels, the `statime-linux` crate provides a ready to use ptp daemon. See our [getting started guide](https://docs.statime.pendulum-project.org/guide/getting-started/) for getting started with statime on linux. +On modern Linux kernels, the `statime-linux` crate provides a ready to use PTP daemon. See our [getting started guide](https://docs.statime.pendulum-project.org/guide/getting-started/). -If you want to use statime on platforms other than linux, you will need to implement a suitable binary yourself. The `statime-stm32` crate gives an example of how to do this on an embedded target. +If you want to use Statime on platforms other than Linux, you will need to implement a suitable binary yourself. The `statime-stm32` crate gives an example of how to do this on an embedded target.

Statime - PTP in Rust @@ -22,7 +22,7 @@ The `statime` library has been built in a way to try and be platform-agnostic. T ## Rust version -Statime requires rust version 1.67 at minimum. The easiest way to obtain these is through [rustup](https://rustup.rs) +Statime requires Rust version 1.67 at minimum. The easiest way to install Rust is through [rustup](https://rustup.rs) ## Running from source