From 357ddb564ecc5b411f174205c586b7fca70c3484 Mon Sep 17 00:00:00 2001 From: vlev Date: Mon, 6 May 2024 12:56:20 -0400 Subject: [PATCH] docs link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 877650e7..77bcc553 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ Provides a similar experience to p5.js with openg This sketch draws a circle at position `300, 300`. +See [API Documentation](https://matiasvlevi.github.io/lu5/) for more + ```lua function setup() createWindow(600, 600);