Skip to content

Commit 09768e8

Browse files
committed
Correct a few typos in the README.
1 parent ea6822f commit 09768e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ using System.IO;
4040

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

4646
Doc doc = new Doc(
@@ -61,7 +61,7 @@ class Example {
6161
}
6262
```
6363

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

6666
We have guides for doing some of the common things:
6767

0 commit comments

Comments
 (0)