Skip to content

Commit a648536

Browse files
author
Jonas Schievink
committed
Touch up the readme a bit
1 parent 4d988ab commit a648536

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[![crates.io](https://img.shields.io/crates/d/nrf-usbd.svg)](https://crates.io/crates/nrf-usbd)
2+
[![Documentation](https://img.shields.io/docsrs/nrf-usbd)](https://docs.rs/nrf-usbd)
23
![Build Status](https://github.com/nrf-rs/nrf-usbd/workflows/CI/badge.svg)
34

45
# `nrf-usbd`
56

6-
> [usb-device](https://github.com/mvirkkunen/usb-device) implementation for Nordic Semiconductor nRF
7-
microcontrollers.
7+
[`usb-device`](https://github.com/rust-embedded-community/usb-device) implementation for Nordic
8+
Semiconductor nRF microcontrollers.
89

910
## Supported microcontrollers
1011

@@ -23,5 +24,5 @@ This trait declares all the peripheral properties that may vary from one device
2324

2425
See the [`nrf-hal`](https://github.com/nrf-rs/nrf-hal) for the reference HAL implementation.
2526

26-
See the [`example`](./example) directory for an example on how to use it standalone without a HAL. This is
27-
discouraged, the recommended usage is through `nrf-hal`.
27+
See the [`example`](./example) directory for an example on how to use it standalone without a HAL.
28+
This is discouraged, the recommended usage is through `nrf-hal`.

0 commit comments

Comments
 (0)