Skip to content

Commit

Permalink
[docs] fix typo in readme (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhelmagren committed Dec 14, 2023
1 parent 340e8be commit 1dcf306
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -12,7 +12,6 @@

*String formatting and padding, done right, the rusty way.*


</div>

## 🔎 Overview
Expand All @@ -29,7 +28,7 @@ $ cargo add padder
Alternatively, you can build from source by cloning this repo and compiling using Cargo and then linking the library to your project.
```
$ git clone https://github.com/firelink-data/padder.git
$ cd pader
$ cd padder
$ cargo build --release
```

Expand Down

0 comments on commit 1dcf306

Please sign in to comment.