Skip to content

Commit

Permalink
fix(doc): typos
Browse files Browse the repository at this point in the history
  • Loading branch information
efugier committed Nov 10, 2023
1 parent 2f6b3bf commit 86fa26e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
name = "smartcat"
description = '''
Putting a brain behind `cat`.
WIP cli interface to language model to bring them in the Unix echosystem 🐈‍⬛
WIP cli interface to language model to bring them in the Unix ecosystem 🐈‍⬛
'''
license = "MIT OR Apache-2.0"
version = "0.1.3"
version = "0.1.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Puts a brain behind cat!
WIP cli interface to language models to bring them in the Unix ecosystem

```
Putting a brain behind `cat`. WIP cli interface to language model to bring them in the Unix echosystem 🐈‍⬛
Putting a brain behind `cat`. WIP cli interface to language model to bring them in the Unix ecosystem 🐈‍⬛
Usage: smartcat [OPTIONS] [PROMPT]
Expand Down
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ mod config;

#[derive(Debug, Parser)]
#[command(
name = "smartcat (sc)",
author = "Emilien Fugier",
version = "0.1",
about = "Putting a brain behind `cat`. WIP cli interface to language model to bring them in the Unix echosystem 🐈‍⬛",
about = "Putting a brain behind `cat`. WIP cli interface to language model to bring them in the Unix ecosystem 🐈‍⬛",
long_about = None
)]
struct Cli {
Expand Down

0 comments on commit 86fa26e

Please sign in to comment.