Fix minor typos

This commit is contained in:
Nirant
2018-11-14 21:07:15 +05:30
committed by GitHub
parent 0fb8161061
commit 898c9255e0
+5 -4
View File
@@ -8,11 +8,12 @@ We have a fork of fastai to propose changes to fastai.text, with a branch for th
Let us know that you want to start collaboration on fastai forum thread: [Multilingual ULMFIT](https://forums.fast.ai/t/multilingual-ulmfit/28117)
and you will get access to both repositories.
Follow the developer [installation of fastai] (https://github.com/fastai/fastai#developer-install)
Add n-waves/fastai as additional remote as described here: https://help.github.com/articles/adding-a-remote/
Here is what I've did:
```bash
- Follow the [developer installation of fastai](https://github.com/fastai/fastai#developer-install)
- Add n-waves/fastai as additional remote as described here: https://help.github.com/articles/adding-a-remote/
Here is what I did:
```bash
$ cd fastai
$ git remote add n-waves https://github.com/n-waves/fastai.git
$ git remote -v
n-waves https://github.com/n-waves/fastai.git (fetch)