From 1dcf30643d4b2b41c567c6c822d25dfb0b1a2921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wilhelm=20=C3=85gren?= <36638274+wilhelmagren@users.noreply.github.com> Date: Thu, 14 Dec 2023 16:46:19 +0100 Subject: [PATCH] [docs] fix typo in readme (#7) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index eb73780..5df6f9b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ *String formatting and padding, done right, the rusty way.* - ## 🔎 Overview @@ -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 ```