From bd569c7ae239362ca0f470d09243750b267f01ab Mon Sep 17 00:00:00 2001 From: prod2 <95874442+prod2@users.noreply.github.com> Date: Sat, 3 Dec 2022 20:14:20 +0100 Subject: [PATCH] fixed readme? --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7311f5..8700bd3 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,12 @@ Nondescript is a toy programming language. Currently its compiler is being rewri - Dynamic typing, bytecode interpreter - Almost everything is an expression - Syntax tries to balance sugar with consistency -See [docs/reference.md] to learn more about the language. + +See [docs/reference.md](docs/reference.md) to learn more about the language. ## Examples -If the [docs/] folder is not enough, the following folders in the source tree, will have more examples: +If the [docs/](docs/) folder is not enough, the following folders in the source tree, will have more examples: - benchmarks/ - examples/