Skip to content

Commit 7c9a58d

Browse files
committed
Update README.md
1 parent ebd394d commit 7c9a58d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ easier. These include:
1313
### Installation
1414
The easiest way to start working with this extension with pip:
1515
```
16-
pip install flask-jwt-extended
16+
$ pip install flask-jwt-extended
1717
```
1818

1919
If you prefer to install from source, you can clone this repo and run
2020
```
21-
python setup.py install
21+
$ python setup.py install
2222
```
2323

2424
### Usage
@@ -30,17 +30,17 @@ We require 100% code coverage in our uint tests. We run all the unit tests with
3030
This will test against python2.7, and 3.5 (although not tested, python3.3 and 3.4
3131
should also be fully supported). Running tox will print out a code coverage report
3232
```
33-
tox
33+
$ tox
3434
```
3535

3636
### Generating Documentation
3737
You can generate a local copy of the documentation. First, make sure you have
38-
the flask sphinx them install
38+
the flask sphinx theme cloned
3939
```
40-
git submodule update --init
40+
$ git submodule update --init
4141
```
4242

4343
Then, in the docs directory, run
4444
```
45-
make clean && make html
45+
$ make clean && make html
4646
```

0 commit comments

Comments
 (0)