Skip to content

Commit 872912a

Browse files
author
Ching Chow
authored
Merge pull request #24 from getbento/small-fixes
Small fixes
2 parents decf012 + d83dad7 commit 872912a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Main Features
1212
* Edit BentoBox themes locally
1313
* Uses real data when making themes
1414
* Use Flask to act as a proxy between server requests
15-
* Uses Jinja2 to rigidly enforce template edits
15+
* Uses Jinja2 to rigidly enforce template edits
1616

1717
Installation
1818
============
@@ -32,7 +32,7 @@ For use with `venv`
3232

3333
.. code-block:: bash
3434
35-
$ virtualenv -p python3 venv
35+
$ python3 -m venv venv
3636
$ source venv/bin/activate
3737
$ pip install bentodev
3838
@@ -59,7 +59,7 @@ BentoDev functions are activated via a command line interface.
5959
6060
Setup
6161
-----
62-
Upon using BentoDev for the first time you will be propmted to use add your BentoBox account.
62+
Upon using BentoDev for the first time you will be prompted to use add your BentoBox account.
6363

6464
You may also be asked for a password to get a remote token for your session.
6565

@@ -73,7 +73,7 @@ If you do not see any Accounts/Themes you need to create an Account that is asso
7373
To work on an Account's theme you must first clone the theme. To do so use:
7474

7575
.. code-block:: bash
76-
76+
7777
$ bentodev clone <theme_name>
7878
7979
You may be prompted to connect your GitHub account to BentoBox if you have not done so previously.
@@ -106,7 +106,7 @@ Working on `bentodev`
106106

107107
Setup for Local Development
108108
~~~~~~~~~~~~~~~~~~~~~~~~~~~
109-
To make changes to `bentodev` please clone the repository, then with a seperate virtual environment, install it as a local dependency.
109+
To make changes to `bentodev` please clone the repository, then with a separate virtual environment, install it as a local dependency.
110110

111111
.. code-block:: bash
112112
@@ -140,7 +140,7 @@ Additional user settings can be added to the user config file at ``~/bentodev/co
140140
"BENTO_USER": "<user_name>"
141141
}
142142
143-
Addtional settings can be added by hand. These include
143+
Additional settings can be added by hand. These include
144144

145145
.. code-block:: javascript
146146

0 commit comments

Comments
 (0)