Skip to content

Commit 166415d

Browse files
davidv1992cikzh
andcommitted
Incorporated spelling fixes suggested by @cikzh
Co-authored-by: Marlon Peeters <[email protected]>
1 parent 887927f commit 166415d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Statime is a library providing an implementation of PTP version 2.1 (IEEE1588-20
88

99
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.
1010

11-
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.
11+
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/).
1212

13-
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.
13+
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.
1414

1515
<p align="center">
1616
<img width="216px" alt="Statime - PTP in Rust" src="https://tweedegolf.nl/images/statime.jpg" />
@@ -22,7 +22,7 @@ The `statime` library has been built in a way to try and be platform-agnostic. T
2222

2323
## Rust version
2424

25-
Statime requires rust version 1.67 at minimum. The easiest way to obtain these is through [rustup](https://rustup.rs)
25+
Statime requires Rust version 1.67 at minimum. The easiest way to install Rust is through [rustup](https://rustup.rs)
2626

2727
## Running from source
2828

0 commit comments

Comments
 (0)