Skip to content

Commit 8283b2a

Browse files
authored
Update README.md
fix typo
1 parent d5f3dd9 commit 8283b2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

01 - JavaScript Drum Kit/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 01 JavaScript Dump Kit 中文指南
1+
# 01 JavaScript Drum Kit 中文指南
22

33
> 作者:©[缉熙Soyaine](https://github.com/soyaine)
44
> 简介:[JavaScript30](https://javascript30.com)[Wes Bos](https://github.com/wesbos) 推出的一个 30 天挑战。项目免费提供了 30 个视频教程、30 个挑战的起始文档和 30 个挑战解决方案源代码。目的是帮助人们用纯 JavaScript 来写东西,不借助框架和库,也不使用编译器和引用。现在你看到的是这系列指南的第 1 篇。完整指南在 [GitHub](https://github.com/soyaine/JavaScript30),喜欢请 Star 哦♪(^∇^*)
@@ -102,4 +102,4 @@ funciton remove(event) {
102102
this.classList.remove('playing');
103103
// event.target.classList.remove('playing');
104104
}
105-
````
105+
````

0 commit comments

Comments
 (0)