From a7e9363595db4dacc61f91df8e984097021875eb Mon Sep 17 00:00:00 2001 From: Nightre Date: Wed, 14 Feb 2024 13:47:04 +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 78d6bf8..a200e93 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ Sparkle.js is a lightweight and compact game engine based on WebGL for HTML5 wit * [chrome dino](https://nightre.github.io/sparkle.js/demo/chrome-dino) * [ping pong](https://nightre.github.io/sparkle.js/demo/pong) * [Quick Start](#QuickStart) -* [第一个项目:HelloWord](#第一个项目HelloWord) -* [第二个项目:乒乓球](#第二个项目乒乓球) +* [First Project: HelloWorld](#first-project-helloworld) +* [Second Project: Ping Pong](#second-project-ping-pong) * [Scene](./tutorial.md#Scene) * [Node](./tutorial.md#Node) * [Life Cycle](./tutorial.md#Life-Cycle)