Skip to content

Commit

Permalink
Update links in readme (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamGallagher737 authored Nov 20, 2024
1 parent ffc045b commit a91b10a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ The `std` feature is enabled by default. This uses the standard library implment

### `libm`

The `libm` feature can be enabled instead of `std`. This will use the [`libm` crate](https://crates.io/crates/libm) for math functions like sin and cos.
The `libm` feature can be enabled instead of `std`. This will use the [`libm`](https://crates.io/crates/libm) crate for math functions like sin and cos.

### `ufmt`

The `ufmt` feature will add the `ufmt::uDisplay` implmentation for `Angle`.
The `ufmt` feature will add the [`ufmt::uDisplay`](https://docs.rs/ufmt/latest/ufmt/trait.uDisplay.html) implmentation for `Angle`.

0 comments on commit a91b10a

Please sign in to comment.