mirror of
https://github.com/nickmqb/wyre.git
synced 2025-12-06 02:30:42 -08:00
Fix docs
This commit is contained in:
parent
d54160bd40
commit
049dc302b9
2 changed files with 2 additions and 2 deletions
|
|
@ -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`
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue