docs: remove stray ` from README.md

The typo came from #1705.

(cherry picked from commit cc89be5a30)
This commit is contained in:
Ivan Babrou 2021-01-10 13:47:08 -08:00 committed by Robert Helgesson
parent 0410410e90
commit f33be4894c
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -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.