Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nuusk committed Jun 12, 2019
1 parent 030b971 commit 764940c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion .bsb.lock

This file was deleted.

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# ReasonReact Simon Game
# Vader Clicker

The [Simon Game](<https://en.wikipedia.org/wiki/Simon_(game)>) made using [ReasonReact](https://reasonml.github.io/reason-react/).
`npm install`
`npm start`
2 changes: 1 addition & 1 deletion src/App.re
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type action =

let component = ReasonReact.reducerComponent("App");

let make = _children => {
let make = _ => {
...component,
initialState: () => {
points: 0,
Expand Down

0 comments on commit 764940c

Please # to comment.