Skip to content

Commit 5efaad1

Browse files
author
Serhii Khoma
authored
Fix docs: spago generates project with test/Test/Main.purs (#1269)
1 parent a943210 commit 5efaad1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,8 @@ Then your file tree might look like this:
749749
β”‚ β”œβ”€β”€ src
750750
β”‚ β”‚ └── Main.purs
751751
β”‚ └── test
752-
β”‚ └── Main.purs
752+
β”‚ └── Test
753+
β”‚ └── Main.purs
753754
β”œβ”€β”€ lib1
754755
β”‚ β”œβ”€β”€ spago.yaml
755756
β”‚ └── src
@@ -759,7 +760,8 @@ Then your file tree might look like this:
759760
β”‚ β”œβ”€β”€ src
760761
β”‚ β”‚ └── Main.purs
761762
β”‚ └── test
762-
β”‚ └── Main.purs
763+
β”‚ └── Test
764+
β”‚ └── Main.purs
763765
└── spago.yaml
764766
```
765767

0 commit comments

Comments
Β (0)