Skip to content

Commit

Permalink
Merge pull request #11 from DocRaptor/correct-minor-readme-issues
Browse files Browse the repository at this point in the history
Correct README typos
  • Loading branch information
jqr committed Oct 17, 2016
2 parents ea6822f + 09768e8 commit b7a4a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -40,7 +40,7 @@ using System.IO;

class Example {
static void Main(string[] args) {
Configuration.Username = "YOUR_API_KEY_HERE"; // this key works for test documents
Configuration.Default.Username = "YOUR_API_KEY_HERE"; // this key works for test documents
DocApi docraptor = new DocApi();

Doc doc = new Doc(
Expand All @@ -61,7 +61,7 @@ class Example {
}
```

Docs created like this are limited to 60 seconds to render, check out the [async example](examples/Async.cs) which allows 10 minutes.
Docs created like this are limited to 60 seconds to render, check out the [async example](examples/async.cs) which allows 10 minutes.

We have guides for doing some of the common things:

Expand Down

0 comments on commit b7a4a72

Please sign in to comment.