Skip to content

Commit 0043ac4

Browse files
committed
Update main docs page
1 parent 0d025c7 commit 0043ac4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ It provides an API for reading and running Scratch projects which makes it easy
6868
to create a GUI application that runs Scratch projects.
6969

7070
The idea is to implement Scratch blocks in C++ to build a fast project player
71-
that is faster than Scratch modifications such as TurboWarp.
71+
that is faster than the original Scratch VM.
7272

7373
## NOTE
7474
This library is still in development and it shouldn't be used

docs/Home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ It provides an API for reading and running Scratch projects which makes it easy
44
to create a GUI application that runs Scratch projects.
55

66
The idea is to implement Scratch blocks in C++ to build a fast project player
7-
that is faster than Scratch modifications such as TurboWarp.
7+
that is faster than the original Scratch VM.
88

99
## NOTE
1010
This library is still in development and it shouldn't be used

0 commit comments

Comments
 (0)