Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
- Closes: /issues/3
  • Loading branch information
0x61nas committed Dec 11, 2023
1 parent 92d326a commit 592d21e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ let mut out = std::io::stdout().lock();
().tick(&mut out).unwrap();
```

## The banary?
## The binary?
> Nah, am a norme person and I don't wanna write code in this language to JUST TAKE A SCREENSHOT, can you give me a JW solution?
We offer a simple banary thats implement the most of this crate features. You can build it with the build command or if u use cargo then you can install it via `cargo install lqth`.
We offer a simple binary thats implement the most of this crate features. You can build it with the build command or if u use cargo then you can install it via `cargo install lqth`.

> **Note** for more information about the banary and how to use it, you can run `lqth -h` or see this [document](./docs/bin.md).
> **Note** for more information about the binary and how to use it, you can run `lqth -h` or see this [document](./docs/bin.md).
## Wayland?
Nah, I don't/can't use it.
Nah, I luv my X.


## Contributing
Expand Down
8 changes: 4 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
//! ().tick(&mut out).unwrap();
//! ```
//!
//! # The banary?
//! # The binary?
//! > Nah, am a norme person and I don't wanna write code in this language to JUST TAKE A SCREENSHOT, can you give me a JW solution?
//!
//! We offer a simple banary thats implement the most of this crate features. You can build it with the build command or if u use cargo then you can install it via `cargo install lqth`.
//! We offer a simple binary thats implement the most of this crate features. You can build it with the build command or if u use cargo then you can install it via `cargo install lqth`.
//!
//! > **Note** for more information about the banary and how to use it, you can run `lqth -h` or see this [document](./docs/bin.md).
//! > **Note** for more information about the binary and how to use it, you can run `lqth -h` or see this [document](./docs/bin.md).
//!
//! # Wayland?
//! Nah, I don't/can't use it.
//! Nah, I luv my X.
//!
//!
//! # Contributing
Expand Down

0 comments on commit 592d21e

Please sign in to comment.