fix typos

This commit is contained in:
Youwen Wu 2024-08-18 15:26:45 -07:00 committed by GitHub
parent fb6695fd8e
commit 5727abc8e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,11 +46,11 @@ git update-index --skip-worktree .envrc .direnv
## Use without downloading
You can also use this in `nix develop` or with `direnv` without installing it.
You can also use this in `nix develop` or with `direnv` without downloading it locally it.
Simply reference the flake remotely like so:
```bash
nix develop "github:youwen5/nix-dev-envs#<environment"
nix develop "github:youwen5/nix-dev-envs#<environment>"
```
Or in direnv, similarly: