From cb006bd0b56c7f0a393eb359c9f6aa2f1ba7e9b9 Mon Sep 17 00:00:00 2001 From: Joe O'Connor <48067162+Joeoc2001@users.noreply.github.com> Date: Thu, 19 Oct 2023 15:27:48 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e719b19..a995dbf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # WGSL Inline [![crates.io](https://img.shields.io/crates/v/wgsl-inline.svg)](https://crates.io/crates/wgsl-inline) -[![docs.rs](https://img.shields.io/docsrs/wgsl-inline)](https://docs.rs/wgsl-inline/latest/wgsl-inline/) +[![docs.rs](https://img.shields.io/docsrs/wgsl-inline)](https://docs.rs/wgsl-inline/latest/wgsl_inline/) [![crates.io](https://img.shields.io/crates/l/wgsl-inline.svg)](https://github.com/LucentFlux/wgsl-inline/blob/main/LICENSE) WGSL Inline adds a macro, `wgsl!`, which takes WGSL sourcecode and validates it, reporting any errors to the Rust compiler.