Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Fix typos (#177)
Browse files Browse the repository at this point in the history
Summary:
This PR is to fix typos.
Pull Request resolved: #177

Reviewed By: jhcross

Differential Revision: D13564244

Pulled By: m3rlin45

fbshipit-source-id: 164b83da55db3b880a8aedb2b2b028de212cbc8f
  • Loading branch information
Rowayda-Khayri authored and facebook-github-bot committed Jan 2, 2019
1 parent 9afc904 commit c7299ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -23,7 +23,7 @@ PyText is a deep-learning based NLP modeling framework built on PyTorch. PyText


### PyText requires Python 3.6.1 or above. ### PyText requires Python 3.6.1 or above.


*To get started on a Cloud VM, checkout [our guide](https://pytext-pytext.readthedocs-hosted.com/en/latest/installation.html#cloud-vm-setup)* *To get started on a Cloud VM, check out [our guide](https://pytext-pytext.readthedocs-hosted.com/en/latest/installation.html#cloud-vm-setup)*.


We recommend using a virtualenv: We recommend using a virtualenv:


Expand Down Expand Up @@ -57,7 +57,7 @@ You can use the exported caffe2 model to predict the class of raw utterances lik
(venv) $ pytext --config-file demo/configs/docnn.json predict <<< '{"raw_text": "create an alarm for 1:30 pm"}' (venv) $ pytext --config-file demo/configs/docnn.json predict <<< '{"raw_text": "create an alarm for 1:30 pm"}'
``` ```


More examples and tutorials can be found in [Full Documentation](https://pytext-pytext.readthedocs-hosted.com) More examples and tutorials can be found in [Full Documentation](https://pytext-pytext.readthedocs-hosted.com).


# Join the community # Join the community


Expand Down

0 comments on commit c7299ed

Please sign in to comment.