Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

Commit 3c22870

Browse files
authored
Update README.md
1 parent ab9e46a commit 3c22870

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Slogan: predictably create and work with Cabal-based Haskell development environ
44

55
This is not even in alpha yet.
66

7-
### Example shell.nix
7+
## Example shell.nix
88

99
```nix
1010
let
@@ -50,7 +50,7 @@ in
5050
}
5151
```
5252

53-
### Example: create a new project
53+
## Example: create a new project
5454

5555
```shell
5656
$ mkdir foo
@@ -79,7 +79,7 @@ $ cabal run foo
7979
Hello, Haskell!
8080
```
8181

82-
### Credits
82+
## Credits
8383

8484
Lots of code is from [haskell-nix](https://github.com/Gabriel439/haskell-nix)
8585
and [clash-playground](https://github.com/thoughtpolice/clash-playground).

0 commit comments

Comments
 (0)