Skip to content

Commit

Permalink
Fixed errors in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mintype committed Apr 6, 2024
1 parent 68d0c7d commit 782e65d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ Add `rust-translation` to your `Cargo.toml` file:
```toml
[dependencies]
rust-translation = "0.1.0"
tokio = { version = "1.0", features = ["full"] }
```

## Usage

```rust
use rust_translation::{translate, translate_to_english, translate_from_english};
use rust_translate::{translate, translate_to_english, translate_from_english};

#[tokio::main]
async fn main() {
Expand Down

0 comments on commit 782e65d

Please sign in to comment.