Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Brewe authored Jun 24, 2019
1 parent a5b6424 commit b095d44
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ lsystem.setProduction('B', (info) => (info.currentAxiom.length / 2) <= info.inde


# Documentation
The following section is a quick overview. The full API docs can be found [here](https://github.com/nylki/lindenmayer/blob/master/docs/index.md).
The following section is a quick overview. Please refer to the [full documentation](https://github.com/nylki/lindenmayer/blob/master/docs/index.md) for a detailed usage reference.

## Initialization

```.js
Expand Down Expand Up @@ -332,3 +333,5 @@ let parametricLsystem = new lsys.LSystem({
```

As you can see above, you need to explicitly define the `symbol` value, so the correct production can be applied.

[Full Documentation](https://github.com/nylki/lindenmayer/blob/master/docs/index.md)

0 comments on commit b095d44

Please sign in to comment.