Skip to content

Commit bb59d3e

Browse files
Update README.md
Grammar Mistakes.
1 parent 517da08 commit bb59d3e

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
@@ -61,7 +61,7 @@ Console.WriteLine(isUsingFec);
6161
```
6262

6363
# Packaging as nuget
64-
To use this library, you will need to package it so it can dynamically be loaded onto you're project without having to declare or make you're own library specific to a platform as that is handled by the nuget file.
64+
To use this library, you will need to package it so it can dynamically be loaded onto your project without having to declare or make your own library specific to a platform as that is handled by the nuget file.
6565

6666
First, Open the `.sln` file in an IDE of you're choice, then right click on the solution and build.
6767

@@ -71,7 +71,7 @@ To package, Make sure to have nuget already installed either by an EXE in the sa
7171
Please check [OpusLibs](./OpusLibs) for more information.
7272

7373
# Using the nuget package
74-
Just install it onto you're directory, If you cannot find you're package in the nuget package manager of you're project, you will need to add you're local nuget feed to you're IDE: https://learn.microsoft.com/en-us/nuget/consume-packages/install-use-packages-visual-studio#package-sources
74+
Just install it onto your directory, If you cannot find your package in the nuget package manager of your project, you will need to add you're local nuget feed to you're IDE: https://learn.microsoft.com/en-us/nuget/consume-packages/install-use-packages-visual-studio#package-sources
7575

7676
# Working And Tested
7777
- OpusEncoder - Every function is working

0 commit comments

Comments
 (0)