Skip to content

Commit

Permalink
Fix Markdown syntax in README
Browse files Browse the repository at this point in the history
missing empty line for code block
  • Loading branch information
regisd committed Oct 10, 2018
1 parent b1c60f1 commit b16329a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,15 @@ Then, this rule can be used as one of the `srcs` of another rules, such as a `ja

## Example
The example "jflex.examples.helloworld" generates a lexer from `helloworld.flex` with:

jflex(
name = "gen_hello_lexer",
srcs = ["helloworld.flex"],
outputs = ["HelloWorld.java"],
)

See `java/jflex/examples/helloworld`.

## Directory layout
```
├── assets → assets for the web site
Expand Down

0 comments on commit b16329a

Please sign in to comment.