Skip to content

Commit

Permalink
Merge pull request reactjs#1 from cymen/master
Browse files Browse the repository at this point in the history
Fix typo and minor wording
  • Loading branch information
happypoulp committed Aug 1, 2015
2 parents a7d5e21 + cf1ebaf commit 9ca499b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
redux-tutorial
=========================

This repository contains a step by step tutorial to get a grasp about flux and most particulary about [Redux](https://github.com/gaearon/redux).
This repository contains a step by step tutorial to get a grasp about flux and most particularly about [Redux](https://github.com/gaearon/redux).

**This is still a WIP.**

Expand All @@ -19,7 +19,7 @@ It is required for you to know a bit of ES6 to understand correctly some of the

### Browse the tutorial

This tutorial is splitted in js file to be read as is and they are numbered in the preferred order of browsing.
This tutorial is split into js file to be read as is and they are numbered in the preferred order of browsing.

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

Expand All @@ -29,4 +29,4 @@ Being real js files, each example can be run to verify that it works as intended

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

Enjoy!
Enjoy!

0 comments on commit 9ca499b

Please sign in to comment.