Skip to content

Commit

Permalink
fixed typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotoffia committed Oct 6, 2020
1 parent 9c813cb commit 4a78121
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 @@ -162,7 +162,7 @@ If you're unhappy with one of the default templates, you may _override_ it (one
For example, overriding the _package_ template can be done like this:
```bash
echo "== Override Package {{.File.FqPackage}}" > t.txt; go run main.go -r package=t.txt --stdout; rm t.txt
echo "== Override Package {{.File.FqPackage}}" > t.txt; goasciidoc -r package=t.txt --stdout; rm t.txt
```
In the `stdout` you may observe, now, it has _Override Package_ instead of _Package_ as heading
Expand Down

0 comments on commit 4a78121

Please sign in to comment.