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 caace50 commit d932761Copy full SHA for d932761
README.md
@@ -17,7 +17,7 @@ Samples: [PowerQueryNet.Samples.zip](../../releases/download/v1.0.3/PowerQueryNe
17
## Hello, World!
18
19
1. Install `PowerQueryNet.msi`
20
-2. From you .NET project, add a reference to `PowerQueryNet.Client`
+2. From your .NET project, add a reference to `PowerQueryNet.Client`
21
3. Run the following:
22
```txt
23
var q = new Query { Formula = "let hw = \"Hello World\" in hw" };
0 commit comments