File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ using System.IO;
4040
4141class 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
6666We have guides for doing some of the common things:
6767
You can’t perform that action at this time.
0 commit comments