From 403305755e68300050ff3e44b22c22ee3e111060 Mon Sep 17 00:00:00 2001 From: komi1230 Date: Sun, 20 Sep 2020 22:48:52 +0900 Subject: [PATCH] added boids to README --- examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/README.md b/examples/README.md index ca11d0af6b6..d702de1ce31 100644 --- a/examples/README.md +++ b/examples/README.md @@ -69,6 +69,7 @@ The following table describes all possible options: | Example | Description | Has README | | -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | :--------: | +| [boids](boids) | Boids, a computer simulation of animals that fly in flocks or swarms. | ✖ | | [counter](counter) | A single component which displays a stateful number. The number can be incremented and decremented using buttons | ✖ | | [crm](crm) | See the `README` file for details | ✔ | | [custom_components](custom_components) | Demonstrates the use of components | ✔ |