Skip to content

Commit d932761

Browse files
authored
Update README.md
1 parent caace50 commit d932761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Samples: [PowerQueryNet.Samples.zip](../../releases/download/v1.0.3/PowerQueryNe
1717
## Hello, World!
1818

1919
1. Install `PowerQueryNet.msi`
20-
2. From you .NET project, add a reference to `PowerQueryNet.Client`
20+
2. From your .NET project, add a reference to `PowerQueryNet.Client`
2121
3. Run the following:
2222
```txt
2323
var q = new Query { Formula = "let hw = \"Hello World\" in hw" };

0 commit comments

Comments
 (0)