Skip to content

Commit 9fac147

Browse files
committed
Minor README updates
1 parent b5191d4 commit 9fac147

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ Code Examples for Implementing WordPress.com Connect
55

66
### Instructions
77

8-
These examples require minor changes to get working. The full instructions for getting a php app running are on [developer.wordpress.com](http://developer.wordpress.com/docs/wpcc/).
8+
These examples require minor changes to get working. The full instructions for getting a PHP app running are on [developer.wordpress.com](http://developer.wordpress.com/docs/wpcc/).
99

10-
These instructions assume you know how to run a website for your chosen framework: php (start a webserver), node.js (run npm install), etc.
10+
These instructions assume you know how to run a website for your chosen framework: PHP (start a webserver), Node.js (run npm install), etc.
1111

1212
1. Log in to [WordPress.com](http://wordpress.com)
1313
2. Create a new WPCC application: [developer.wordpress.com/apps/](https://developer.wordpress.com/apps/). You can change these settings at any time.
1414
3. Search for TODO in all the files for your particular framework, and adjust them as appropriate.
15-
4. Start your server and login.
15+
4. Start your server and log in.
1616
5. Profit!
1717

1818
Storing and using the access token is an exercise left for the developer.

‎flask/README.md‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
prerequisites: python, virtualenv
44

5-
1. virtualenv venv
6-
2. source venv/bin/activate
7-
3. pip install -r requirements.txt
8-
4. python run.py
5+
0. edit `run.py` and add your app's settings on the #TODO lines
6+
1. `virtualenv venv`
7+
2. `source venv/bin/activate`
8+
3. `pip install -r requirements.txt`
9+
4. `python run.py`

0 commit comments

Comments
 (0)