Fix README.md typos

This commit is contained in:
Adrian Dole 2023-07-16 16:30:00 -07:00 committed by Gaétan Lepage
parent a75fc64d63
commit 7c901423f8

View file

@ -28,7 +28,7 @@ If you have any question, please use the [discussions page](https://github.com/n
## Installation ## Installation
NixVim needs to be installed with a compatible nixpkgs version. NixVim needs to be installed with a compatible nixpkgs version.
This means that the `main` branch of NixVim requires to be insalled with `nixos-unstable`. This means that the `main` branch of NixVim requires to be installed with `nixos-unstable`.
If you want to use NixVim with nixpkgs 23.05 you should use the `nixos-23.05` branch. If you want to use NixVim with nixpkgs 23.05 you should use the `nixos-23.05` branch.
@ -60,7 +60,7 @@ in
### Using flakes ### Using flakes
This is the recommended method if you are already using flakes to manage your This is the recommended method if you are already using flakes to manage your
sysyem. To enable flakes, add this to `/etc/nixos/configuration.nix` system. To enable flakes, add this to `/etc/nixos/configuration.nix`
```nix ```nix
{ pkgs, lib, ... }: { pkgs, lib, ... }: