From cb400c77bb56ea7fe8b12c1e8ebc2b91e9bf7605 Mon Sep 17 00:00:00 2001 From: chenle02 Date: Wed, 31 Jan 2024 14:06:17 -0600 Subject: [PATCH] docs(README.md): update link to simulations examples The link to the simulations examples in the README.md file was pointing to the wrong file. This commit updates the link to point to the correct file, examples.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9e99462..383a8114 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Pypi link: [here](https://pypi.org/project/tetris-ballistic/). To understand how to utilize this package, refer to the [tests](./tests) folder, which contains examples of potential usage within Python code. -Here are some simulations [examples](examples) +Here are some simulations [examples](examples.md) ## Documentation