Skip to content

Commit 72efbb2

Browse files
committed
unify format and wording of README files
1 parent 1e17660 commit 72efbb2

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# Sample Python Code for Authorize.Net
2-
[![Build Status](https://travis-ci.org/AuthorizeNet/sample-code-python.png?branch=master)](https://travis-ci.org/AuthorizeNet/sample-code-python)
1+
# Python Sample Code for the Authorize.Net SDK
2+
[![Travis CI Status](https://travis-ci.org/AuthorizeNet/sample-code-python.svg?branch=master)](https://travis-ci.org/AuthorizeNet/sample-code-python)
33

44
This repository contains working code samples which demonstrate Python integration with the [Authorize.Net Python SDK](https://github.com/AuthorizeNet/sdk-python).
5-
The samples are organized just like our API, which you can also try out directly at our [API Reference Guide](http://developer.authorize.net/api/reference).
5+
6+
The samples are organized into categories and common usage examples, just like our [API Reference Guide](http://developer.authorize.net/api/reference). Our API Reference Guide is an interactive reference for the Authorize.Net API. It explains the request and response parameters for each API method and has embedded code windows to allow you to send actual requests right within the API Reference Guide.
67

78

89
## Using the Sample Code
@@ -11,19 +12,20 @@ The samples are all completely independent and self-contained. You can analyze t
1112

1213
You can also run each sample directly from the command line.
1314

14-
## Running the Samples
15-
Clone this repository.
15+
## Running the Samples From the Command Line
16+
* Clone this repository:
1617
```
1718
$ git clone https://github.com/AuthorizeNet/sample-code-python.git
18-
```
19-
Install the Authorize.Net Python SDK
19+
```
20+
* Install the [Authorize.Net Python SDK](https://www.github.com/AuthorizeNet/sdk-python).
2021
```
2122
$ pip install authorizenet
2223
```
23-
Run the individual samples e.g.
24+
* Run the individual samples by name. For example:
2425
```
25-
$ python PaymentTransactions/charge-credit-card.py
26+
$ python PaymentTransactions/[CodeSampleName]
27+
```
28+
e.g.
29+
```
30+
$ python PaymentTransactions/charge-credit-card.py
2631
```
27-
28-
29-

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy