Skip to content

Commit

Permalink
Edit readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luehang committed Feb 25, 2019
1 parent 59e1a98 commit 90bd649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Once you have your account set up, you will have 2 different sets of credentials

## :large_blue_diamond: Install

1. Type in the following to the command line to install the dependency.
##### 1. Type in the following to the command line to install the dependency.

```sh
$ npm install react-paypal-button-v2 --save
Expand All @@ -64,7 +64,7 @@ $ yarn add react-paypal-button-v2

<br/>

2. Add the PayPal script to your web page, then add your sandbox or production client-id to the script tag. While you're testing in sandbox, you can use `client-id=sb` as a shortcut.
##### 2. Add the PayPal script to your web page, then add your sandbox or production client-id to the script tag. While you're testing in sandbox, you can use `client-id=sb` as a shortcut.

```html
<script src="https://www.paypal.com/sdk/js?client-id=sb" />
Expand Down

0 comments on commit 90bd649

Please sign in to comment.