Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dancespiele committed May 8, 2020
1 parent d4d9e2b commit 14eed5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Spielrs Diff
It is a library which compare two tree direcories asynchronously through [tokio](https://tokio.rs))
It is a library which compare two tree direcories asynchronously through [tokio](https://tokio.rs)
and return true in case that both are different. Useful to create watchers in the servers

## How install it
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//!
//! # Spielrs Diff
//! It is a library which compare two tree direcories asynchronously through [tokio](https://tokio.rs))
//! It is a library which compare two tree direcories asynchronously through [tokio](https://tokio.rs)
//! and return true in case that both are different. Useful to create watchers in the servers
//!
//! ## How install it
Expand Down

0 comments on commit 14eed5e

Please sign in to comment.