Skip to content
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.

Commit

Permalink
README: Update a couple outdated URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
codebykat committed Oct 24, 2016
1 parent 7a5e579 commit 01901f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -11,7 +11,7 @@ Hacking requires node.js, install node.js for your system. (e.g. `brew install n
To get up and running:

1. Clone the repository
`git clone https://github.com/beaucollins/wpcom-console2.git`
`git clone https://github.com/Automattic/rest-api-console2.git`

2. Install dependencies
`npm install`
Expand All @@ -25,7 +25,7 @@ Visit [http://localhost:4000](http://localhost:4000) in your browser.

sudo PORT=80 npm start

WordPress.com's App settings do not allow CORS URI's with ports in them.
WordPress.com's app settings do not allow CORS URI's with ports in them.

## Configure

Expand All @@ -35,7 +35,7 @@ Copy `config.sample.json` to `config.json` and use your WordPress.com App ID and

You will also need to add your host to the CORS whitelist in the Application's settings.

[wpcomdev]: https://developer.wordpress.com/
[wpcomdev]: https://developer.wordpress.com/apps/

## Building

Expand All @@ -48,4 +48,4 @@ The static site is located in `build/dist/wpcom-console/public` along with a tar

## License

All source code licensed under the [MIT](./LICENSE) open source license.
All source code licensed under the [MIT](./LICENSE) open source license.

0 comments on commit 01901f1

Please sign in to comment.