Skip to content

Commit c15a01f

Browse files
committed
1.5.0
1 parent 6336751 commit c15a01f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Learn ES6 Generators
55
66
![learn-generators](https://raw.githubusercontent.com/isRuslan/learn-generators/master/learn-generators.jpg)
77

8-
[![NPM](https://nodei.co/npm/learn-generators.png?downloads=true&stars=true)](https://nodei.co/npm/learn-generators/)
8+
[![NPM](https://nodei.co/npm/learn-generators.png)](https://nodei.co/npm/learn-generators/)
99

1010
<a href="https://twitter.com/intent/tweet?hashtags=nodeschool&via=isRuslan&original_referer=https://github.com/&text=Learn+ES6+Generators+with&tw_p=tweetbutton&url=https://github.com/isRuslan/learn-generators" target="_blank">
1111
<img src="http://jpillora.com/github-twitter-button/img/tweet.png"></img>
@@ -28,7 +28,7 @@ $ npm install learn-generators -g
2828
#### 0. General information
2929

3030
`learn-generators` is i18n-friendly workshopper, currently you can learn on English or French language.
31-
Hit `choose language` menu item or selet language with `-l` flag with aviable prefixes: `fr`, `en`. Type:
31+
Hit `choose language` menu item or selet language with `-l` flag with aviable prefixes: `en`, `fr`, `ko` and `ru`. Type:
3232

3333
```
3434
$ learn-generators -l

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "learn-generators",
33
"description": "Learn ES6 generators in practice.",
44
"author": "Ruslan Ismagilov <is.ismagilov@gmail.com>",
5-
"version": "1.4.0",
5+
"version": "1.5.0",
66
"repository": {
77
"type": "git",
88
"url": "git@github.com:isRuslan/learn-generators.git"

0 commit comments

Comments
 (0)