Skip to content

Commit

Permalink
fix some mistakes with the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Aug 9, 2024
1 parent ccf6989 commit 5826335
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ $ avnie --help
$ avro --help # or

# Parse a given English text to Bengali.
$ avro parse "ami banglay gan gaite bhalobasi"
$ avro parse "ami banglay gan gaite bhalObasi"

# Reverse a given Bengali text to English.
$ avro reverse "আমি বাংলায় গান গাইতে ভালবাসি"
$ avro reverse "আমি বাংলায় গান গাইতে ভালোবাসি"
```

More commands and features will be available as the project progresses in its development phase. For now, you can use the commands above to get started with the basic functionalities. Additional options can be found by running `avnie <command> --help`.
Expand All @@ -89,7 +89,7 @@ $ avnie parse "wikipedia" # remap
$ avnie parse "wikipedia" --ignore-remap # no remap (can also use --i)

# Convert to Bijoy on output.
$ avnie parse "আমি বাংলায় গান গাইতে ভালবাসি" --bijoy # or -b
$ avnie parse "tumi ke?" --bijoy # or -b
```

---
Expand Down

0 comments on commit 5826335

Please sign in to comment.