Commit 11354d7d by Raphael Lullis

Updated README.

parent 7f651474
...@@ -11,7 +11,7 @@ Let's get everything set up first. You'll need to give **ParsePy** your _Applica ...@@ -11,7 +11,7 @@ Let's get everything set up first. You'll need to give **ParsePy** your _Applica
~~~~~ {python} ~~~~~ {python}
>>> import parse >>> import parse
>>> parse.APPLICATION_ID = "your application id" >>> parse.APPLICATION_ID = "your application id"
>>> parse.MASTER_KEY = "your master key here" >>> parse.API_KEY = "your API key here"
~~~~~ ~~~~~
To create a new object of the Parse class _GameScore_: To create a new object of the Parse class _GameScore_:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment