Skip to content

Commit

Permalink
Update README for development documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bikingbadger committed Jun 2, 2020
1 parent 5c28012 commit b1de7da
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,11 @@ By clicking on the task this will set it to the current task in the timer. This

## Completing task

By clicking on the task in the current task will move it to the completed tasks and remove from the Todo list
By clicking on the task in the current task will move it to the completed tasks and remove from the Todo list

## Development

```
npm install
npm run dev
```

0 comments on commit b1de7da

Please sign in to comment.