Skip to content

Commit 53ef61e

Browse files
committed
README.md: m upd
1 parent 2235add commit 53ef61e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ghcid --command="cabal v2-repl --repl-options=-fno-code --repl-options=-fno-brea
7979
```
8080
(optional) To use projects reproducible environment, wrap `ghcid ...` command into a `nix-shell --command ' '`.
8181

82-
For simplicity alias it for your shell.
82+
For simplicity alias it in your shell.
8383

8484
3. Testing:
8585

@@ -98,7 +98,7 @@ env ALL_TESTS=yes cabal v2-test
9898
env NIXPKGS_TESTS=yes PRETTY_TESTS=1 cabal v2-test
9999
```
100100

101-
### Building
101+
### Building the project
102102

103103
#### With benchmarks
104104

@@ -138,7 +138,7 @@ cabal v2-run hnix -- --help
138138

139139
## Entering the HNix REPL
140140

141-
Enter REPL:
141+
Enter the REPL:
142142
```
143143
hnix --repl
144144
```
@@ -166,7 +166,7 @@ nix-shell --run "LANGUAGE_TESTS=yes cabal v2-test"
166166

167167
Please, check that all tests that were passing prior (most probably all tests mentioned in the command) are still passing for the PR, it is faster to check that locally than through CI. It's OK if no new tests are passing.
168168

169-
### Evaluating Nixpkgs with HNix
169+
## Evaluating Nixpkgs with HNix
170170

171171
Currently, the main high-level goal is to be able to evaluate all of Nixpkgs. To run this yourself, first build `hnix` with `nix-build`, then run the following command:
172172

0 commit comments

Comments
 (0)