docs: Get mkdocs working
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Glen Whitney 2021-01-30 19:48:03 -08:00
parent 7b00b01856
commit 527f802793
3 changed files with 9 additions and 4 deletions

View file

@ -35,14 +35,14 @@ cloning this fostr project. Then, either:
For example, this snippet generates the following Python:
```python
{! ../examples/emit_sum.py extract:
{! ../tests/emit_sum.py extract:
start: 'Stdio\s='
!}
```
(which writes "192" to standard output), or this non-idiomatic, inefficient, but
working Javascript:
```javascript
{! ../examples/emit_sum.js extract:
{! ../tests/emit_sum.js extract:
start: '^}'
!}
```