Skip to content
This repository was archived by the owner on Feb 26, 2020. It is now read-only.

Commit 0760a0e

Browse files
committed
Smallfix
1 parent 23713a1 commit 0760a0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ used by adding `hidapi` to the dependencies in your project's `Cargo.toml`.
1313
[dependencies]
1414
hidapi = "0.3"
1515
```
16-
# Example:
16+
# Example
1717

1818
```rust
1919
extern crate hidapi;

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
//! [dependencies]
3030
//! hidapi = "0.3"
3131
//! ```
32-
//! # Example:
32+
//! # Example
3333
//!
3434
//! ```rust,no_run
3535
//! extern crate hidapi;

0 commit comments

Comments
 (0)