From 74ddb507e6d644f16a61df40484be0aebc4e5cb3 Mon Sep 17 00:00:00 2001 From: "Spencer C. Imbleau, M.Sc. (he/him)" Date: Fri, 21 Jul 2023 09:13:22 -0400 Subject: [PATCH] Fixed link typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2e2ea3..97f6861 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ This currently draws to a [`wgpu`] `Texture` using `vello`, then uses that textu cargo run -p with_bevy ``` -There is also a separate community integration for rendering lottie and SVG files through [`bevy_vello`]([https://github.com/linebender/velato](https://github.com/vectorgameexperts/bevy_vello). +There is also a separate community integration for rendering lottie and SVG files through [`bevy_vello`](https://github.com/vectorgameexperts/bevy_vello). ## Platforms