Skip to content

Commit 43ee5c5

Browse files
authored
Update README.md
1 parent 9d83c0d commit 43ee5c5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ This repository contains working code samples which demonstrate Node.js integrat
44
The samples are organized just like our API, which you can also try out directly here: http://developer.authorize.net/api/reference
55

66

7-
##Using the Sample Code
7+
## Using the Sample Code
88

99
The samples are all completely independent and self-contained so you can look at them to get a gist of how the method works, you can use the snippets to try in your own sample project, or you can run each sample from the command line.
1010

11-
##Running the Samples
12-
#Clone this repository.
13-
````
11+
## Running the Samples
12+
### Clone this repository.
13+
```
1414
$ git clone https://github.com/AuthorizeNet/sample-code-nodejs.git
15-
````
16-
# Install the SDK
17-
````
15+
```
16+
### Install the SDK
17+
```
1818
$ npm install authorizenet
19-
````
19+
```
2020

21-
# Run Sample Code
22-
````
21+
### Run Sample Code
22+
```
2323
$ node PaymentTransactions\authorize-credit-card.js
24-
````
24+
```

0 commit comments

Comments
 (0)