Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
romw314 committed Nov 4, 2023
1 parent fca2075 commit e2f3db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Compile it using `bashfox`.

### `src/main.bash`
```bash
# It's important to not place comments on the same line as `import`, `debug`, `warn`, or any other BashFOX command.
# It's important not to place comments on the same line as `import`, `debug`, `warn`, or any other BashFOX command.
# `import` imports a script without building it (useful for importing libraries that are already built, see lib/lib.bash)
import lib/lib.bash
debug "This shows only if you use DEBUG=1"
Expand Down

0 comments on commit e2f3db7

Please sign in to comment.