This commit is contained in:
nickmqb 2020-09-26 01:30:33 +02:00
parent d54160bd40
commit 049dc302b9
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ Supported flags:
* `--indent [n]`. Tab size, in spaces ([learn more about significant whitespace](language_guide.md)). Set to 0 to ignore.
* `--max-errors [n]`. Maximum number of compile errors to display.
To compile the [led](../examples/led.w) example:
To compile the [leds](../examples/leds.w) example:
1. Navigate to the `examples` directory.
2. Run: `wyre led.w --output led.v --top top --indent 4 --max-errors 20`

View file

@ -12,7 +12,7 @@ If you don't want to use significant whitespace, simply pass `--indent 0` (but b
## TODO
This section is stil being written! For the time being:
This section is still being written! For the time being:
* Check out the [feature overview](feature_overview.md) if you haven't already.
* See the [features example](../examples/features.w).