From d881452fd34bccd5a38c440529b7b5c5ab055fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Mon, 31 Jan 2022 19:27:30 +0100 Subject: [PATCH] Fix typo: s/folllow/follow/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9db921a2..cfaad4ff 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ You can build with Nix in several ways. 1. Building via `nix build` will produce the result in `./result/bin/patchelf`. If you would like to build _patchelf_ with _musl_ try `nix build .#patchelf-musl` -2. You can launch a development environment with `nix develop` and folllow the autotools steps above. If you would like to develop with _musl_ try `nix develop .#musl` +2. You can launch a development environment with `nix develop` and follow the autotools steps above. If you would like to develop with _musl_ try `nix develop .#musl` ## Author