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