Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ It is required for you to know a bit of ES6 and ES7 (Object Spread) to correctly

### Browse the tutorial

This tutorial is split into a sequence of javascript files that are intended to be read in order.
This tutorial is split into a sequence of JavaScript files that are intended to be read in-order.

Start with the first tutorial: [Introduction](00_introduction.js)

### Run an example

Being real js files, each example can be run to verify that it works as intended or to do your own experiments:
Being real JS files, each example can be run to verify that it works as intended:

`npm run example 01_simple-action-creator.js`

Expand Down