Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a549436

Browse files
author
Stephen Potenza
committed
Fix Markdown in README
1 parent a0f2427 commit a549436

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,34 @@
11
> This project is no longer maintained and our API has changed.
22
> Please see our current API docs here: http://app.streamsend.com/docs/api/index.html
33
4-
= StreamSend PHP API
4+
# StreamSend PHP API
55

66
A set of classes for interacting with the StreamSend XML API
77

8-
=== Dependencies
8+
### Dependencies
99

1010
* PHP 4.x, 5.x
1111

12-
== Usage
12+
### Usage
1313

1414
To use the classes, simply require <tt>src/streamsend.php</tt> in your code.
1515
Also, you must define two constants for your username and password so that
1616
you can properly authenticate with the API:
1717

18+
```php
1819
require_once 'streamsend-php/src/streamsend.php';
1920

2021
define('STREAMSEND_USERNAME', 'abc');
2122
define('STREAMSEND_PASSWORD', '123');
23+
```
2224

23-
== Documentation
25+
### Documentation
2426

2527
Documentation for the PHP classes is available at http://wiki.github.com/streamsend/streamsend-php.
2628

27-
Documentation for the StreamSend XML API is available at
29+
Documentation for the StreamSend XML API is available at
2830
http://app.streamsend.com/docs/api/index.html.
2931

30-
== License
32+
### License
3133

3234
The StreamSend PHP API is released under the MIT license.

0 commit comments

Comments
 (0)