From 601a18f165deb771404e8cd177eb0b0ad7c59ad0 Mon Sep 17 00:00:00 2001 From: Nicolas Berbiche Date: Mon, 12 Oct 2020 19:26:06 -0400 Subject: [PATCH] Fix README formatting and grammar --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc02be3..32bb848 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a stub repository to develop using Rust, nix and Flakes. This is aimed to people with basic knowledge of Flakes and moderate knowledge of Nix. See the [NixOS Wiki](https://nixos.wiki/wiki/Flakes) for more information about Flakes. -The relevant sections are `Basic project usage`, `Flake schema` +The relevant sections are `Basic project usage` and `Flake schema`. ## Getting started @@ -12,7 +12,7 @@ The relevant sections are `Basic project usage`, `Flake schema` provided on the project page. **Important**: you can skip this step if you do not intend to use direnv as it's optional. - `direnv` is a tool that setups your shell with the required environment variables (and tools in + `direnv` is a tool that setups your shell with the required environment variables (and tools in the case of Nix) to hack on! 2. Clone the project