From 36839290c457d44df754d57fea615433b912f37d Mon Sep 17 00:00:00 2001 From: Nightscratch <149653910+Nightre@users.noreply.github.com> Date: Wed, 14 Feb 2024 14:50:21 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29db85c..a9851ac 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Sparkle.js is a lightweight and compact game engine based on WebGL for HTML5 wit * [Quick Start](#QuickStart) * [First Project: HelloWorld](#first-project-helloworld) * [Second Project: Ping Pong](#second-project-ping-pong) -* [Tutorial](./tutorial.md) +* [Tutorial (tutorial.md)](./tutorial.md) * [Scene](./tutorial.md#Scene) * [Node](./tutorial.md#Node) * [Life Cycle](./tutorial.md#Life-Cycle) @@ -346,4 +346,4 @@ Alright, now you should be able to run this game. If you cannot run or encounter * Read the source code of the Bird Running [demo](https://nightre.github.io/sparkle.js/demo/chrome-dino) * Read the [Tutorial](./tutorial.md) * Read the [API](https://nightre.github.io/sparkle.js/docs/index) -* Or give a star? `*w*` \ No newline at end of file +* Or give a star? `*w*`