Skip to content

Commit

Permalink
Update to use the actual generated filename for
Browse files Browse the repository at this point in the history
the generated test file.
  • Loading branch information
npup authored and lpil committed May 13, 2024
1 parent 3203a0d commit 59a5bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion writing-gleam.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ You'll now have a project with this structure:
β”œβ”€β”€ README.md
β”œβ”€β”€ gleam.toml
β”œβ”€β”€ src/vars.gleam
└── test/vars.gleam
└── test/vars_test.gleam
```

- `README.md` file is where you'd write introductory documentation for your
Expand Down

0 comments on commit 59a5bbd

Please sign in to comment.