From cc89be5a30f3a07ba9fbb32ac09b8380d9b99f02 Mon Sep 17 00:00:00 2001 From: Ivan Babrou Date: Sun, 10 Jan 2021 13:47:08 -0800 Subject: [PATCH] docs: remove stray ` from README.md The typo came from #1705. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 241eeed1..7844b780 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Home Manager using Nix This project provides a basic system for managing a user environment using the [Nix][] package manager together with the Nix libraries -found in [Nixpkgs][]`. It allows declarative configuration of user +found in [Nixpkgs][]. It allows declarative configuration of user specific (non global) packages and dotfiles. Before attempting to use Home Manager please read the warning below.