Skip to content
This repository has been archived by the owner on Feb 25, 2018. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
theboardsaredown committed May 14, 2013
1 parent 075fe8e commit fa2d694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,7 +2,7 @@ PHP parse.com API library
===========================
More on the parse.com api here: https://www.parse.com/docs/rest

### V1 is still avaialble ###
### V1 is still available ###
Availalbe here: https://github.com/apotropaic/parse.com-php-library/blob/parse.com-php-library_v1/README.md

I wrote tests not for testing sake, but really just to see how I liked how the library worked!
Expand Down Expand Up @@ -65,4 +65,4 @@ EXAMPLE
$parse->ACL = array("*" => array("write" => true, "read" => true));
$r = $parse->save();
?>
```
```

0 comments on commit fa2d694

Please sign in to comment.