We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8e234 commit 3dc8d03Copy full SHA for 3dc8d03
1 file changed
README.md
@@ -13,7 +13,7 @@ A .NET parser for .usmap files
13
```cs
14
using UsmapDotNet;
15
16
-var usmap = new Usmap(@"C:\Test\Example.usmap", new UsmapOptions
+var usmap = Usmap.Parse("C:/Test/Example.usmap", new UsmapOptions
17
{
18
//Oodle = oodleInstance,
19
SaveNames = false
0 commit comments