Skip to content

Commit 592e376

Browse files
author
Benjamin Wilson Friedman
authored
Added 'Getting Started' to README.md
Adds a **Getting Started** section to README.md to direct newcomers to the [official guide](http://docs.parseplatform.org/php/guide/) and [API reference](http://parseplatform.org/parse-php-sdk/namespaces/Parse.html).
1 parent a0a91a9 commit 592e376

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ For example if your parse server's url is `http://example.com:1337/parse` then y
6666

6767
`ParseClient::setServerURL('https://example.com:1337','parse');`
6868

69+
Getting Started
70+
---------------
71+
72+
We highly recommend you read through the [guide](http://docs.parseplatform.org/php/guide/) first. This will walk you through the basics of working with this sdk, as well as provide insight into how to best develop your project.
73+
74+
If want to know more about what makes the php sdk tick you can read our [API Reference](http://parseplatform.org/parse-php-sdk/namespaces/Parse.html) and flip through the code on [github](https://github.com/parse-community/parse-php-sdk/).
6975

7076
Http Clients
7177
------------

0 commit comments

Comments
 (0)