Skip to main content

tiny docfix

ID
edb3fba
date
2025-05-01 21:05:56+00:00
author
Ed Summers <ehs@pobox.com>
parent
4d5c06f
message
tiny docfix
changed files
1 file, 2 additions, 2 deletions

Changed files

README.md (1648) → README.md (1648)

diff --git a/README.md b/README.md
index 2319e09..a41ecc1 100644
--- a/README.md
+++ b/README.md
@@ -35,8 +35,8 @@ You need Rust installed; I recommend using [Rustup].
 Then clone this repository and compile the code:
 
 ```console
-$ git clone "https://github.com/alexwlchan/emptydir.git"
-$ cd emptydir
+$ git clone "https://github.com/alexwlchan/randline.git"
+$ cd randline
 $ cargo install --path .
 ```