From 68a63343c87b6ad12a5550e76bfbf2abc82c7632 Mon Sep 17 00:00:00 2001 From: Nic Barker Date: Fri, 30 Aug 2024 22:04:20 +1200 Subject: [PATCH] Update README.md --- bindings/odin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/odin/README.md b/bindings/odin/README.md index 4177352..b1a8577 100644 --- a/bindings/odin/README.md +++ b/bindings/odin/README.md @@ -28,7 +28,7 @@ if clay.Rectangle(clay.ID("SideBar"), clay.Layout({ layoutDirection = .TOP_TO_BO ### Quick Start -1. Download the [clay-odin](link todo) directory and copy it into your project. +1. Download the [clay-odin](https://github.com/nicbarker/clay/tree/main/bindings/odin/clay-odin) directory and copy it into your project. ```Odin import clay "clay-odin"