From 7c901423f870194a1a19da233fdaf718472fdf14 Mon Sep 17 00:00:00 2001 From: Adrian Dole Date: Sun, 16 Jul 2023 16:30:00 -0700 Subject: [PATCH] Fix README.md typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1736d6a..97125b43 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ If you have any question, please use the [discussions page](https://github.com/n ## Installation 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. @@ -60,7 +60,7 @@ in ### Using flakes 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 { pkgs, lib, ... }: