diff --git a/README.md b/README.md
index bb45ebf..6808fc7 100644
--- a/README.md
+++ b/README.md
@@ -18,16 +18,16 @@ However, you will need to provide your API key to gain access. There are
three ways to provide the key. The simplest is to pass it directly as an
argument to `Create`:
- IPlanGridApi api = PlanGridClient.Create("yourapikey");
+ IPlanGridApi api = PlanGridClient.Create("yourApiKey");
This has the advantage of being straightforward, but has the disadvantage of
baking the key into your code, which reduces security and makes it more
difficult to update.
-Alternatively, you can set the key in you `App.config` (or `Web.config`) file:
+Alternatively, you can set the key in your `App.config` (or `Web.config`) file:
-
+
Ensure that you do not already have an `` node -- if you do, add
@@ -59,4 +59,4 @@ To get the next 20 projects (after the first 50), you would call:
## Copyright
-Copyright © PlanGrid, Inc. MIT License; see LICENSE for further details.
\ No newline at end of file
+Copyright © PlanGrid, Inc. MIT License; see LICENSE for further details.