From b095d44f69284e091548b662dc26f604c841fcb0 Mon Sep 17 00:00:00 2001 From: Tom Brewe Date: Mon, 24 Jun 2019 23:01:31 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b29649f..423ab65 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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)