Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To run locally, you'll need a local web server with PHP support.

### Download this code
* Clone this repo into your local server webroot. i.e. `htdocs`
* Launch a terminal app and change to the newly cloned folder `xero-php-oauth2-app`
* Launch a terminal app and change to the newly cloned folder `xero-php-oauth2-starter`
* Download dependencies with Composer using the following command:

```
Expand All @@ -24,7 +24,7 @@ To obtain your API keys, follow these steps and create a Xero app
* Login to [Xero developer center](https://developer.xero.com/myapps)
* Click "New App" link
* Enter your App name, company url, privacy policy url.
* Enter the redirect URI (your callback url - i.e. `http://localhost:8888/xero-php-oauth2-app/callback.php`)
* Enter the redirect URI (your callback url - i.e. `http://localhost:8888/xero-php-oauth2-starter/callback.php`)
* Agree to terms and condition and click "Create App".
* Click "Generate a secret" button.
* Copy your client id and client secret and save for use later.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Xero Starter oAuth2 app for PHP",
"type": "project",
"require": {
"xeroapi/xero-php-oauth2": "2.5.4",
"xeroapi/xero-php-oauth2": "2.12.1",
"monolog/monolog": "1.0"
},
"license": "MIT",
Expand Down