Skip to content

Commit

Permalink
version number update in readme (facebookresearch#712)
Browse files Browse the repository at this point in the history
Summary:
This is a small fix. I updated the version number in readme.md from 0.1.0 to 0.2.2.
Pull Request resolved: facebookresearch#712

Differential Revision: D13751218

Pulled By: EdouardGrave

fbshipit-source-id: 809e3345d680c2f19eddb6072d9f1b1335c9dcae
  • Loading branch information
PhilipMay authored and facebook-github-bot committed Jan 21, 2019
1 parent 61f1838 commit 721c319
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
Expand Up @@ -89,9 +89,9 @@ There is also the master branch that contains all of our most recent work, but c
### Building fastText using make (preferred)

```
$ wget https://github.com/facebookresearch/fastText/archive/v0.1.0.zip
$ unzip v0.1.0.zip
$ cd fastText-0.1.0
$ wget https://github.com/facebookresearch/fastText/archive/v0.2.0.zip
$ unzip v0.2.0.zip
$ cd fastText-0.2.0
$ make
```

Expand Down

0 comments on commit 721c319

Please sign in to comment.