Skip to content

Commit 9b29882

Browse files
author
阿发
authored
Update README-EN.md
1 parent 9f504d3 commit 9b29882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README-EN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
----
55
## Use Vue, Vuex, Immutable to code Tetris.
6-
Inspired by [react-tetris]((https://github.com/chvin/react-tetris), cause I prefer Vue to React, so I use Vue to code it, my idea is to think of components and methods as functions, to ensure that an input (props/params) gets a determined output (view/return value), and use Vuex instead of Redux.
6+
Inspired by [react-tetris](https://github.com/chvin/react-tetris), cause I prefer Vue to React, so I use Vue to code it, my idea is to think of components and methods as functions, to ensure that an input (props/params) gets a determined output (view/return value), and use Vuex instead of Redux.
77

88
Open [http://binaryify.github.io/vue-tetris/](http://binaryify.github.io/vue-tetris/) to play!
99

@@ -187,4 +187,4 @@ In the [i18n.json](https://github.com/Binaryify/vue-tetris/blob/master/src/i18n.
187187
npm run build
188188
```
189189

190-
Will build the application in the 'dist' folder.
190+
Will build the application in the 'dist' folder.

0 commit comments

Comments
 (0)