Skip to content

Commit

Permalink
Fix docs: spago generates project with test/Test/Main.purs (#1269)
Browse files Browse the repository at this point in the history
  • Loading branch information
srghma committed Aug 21, 2024
1 parent a943210 commit 5efaad1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,8 @@ Then your file tree might look like this:
β”‚ β”œβ”€β”€ src
β”‚ β”‚ └── Main.purs
β”‚ └── test
β”‚ └── Main.purs
β”‚ └── Test
β”‚ └── Main.purs
β”œβ”€β”€ lib1
β”‚ β”œβ”€β”€ spago.yaml
β”‚ └── src
Expand All @@ -759,7 +760,8 @@ Then your file tree might look like this:
β”‚ β”œβ”€β”€ src
β”‚ β”‚ └── Main.purs
β”‚ └── test
β”‚ └── Main.purs
β”‚ └── Test
β”‚ └── Main.purs
└── spago.yaml
```

Expand Down

0 comments on commit 5efaad1

Please sign in to comment.