@@ -12,7 +12,7 @@ import { useDocsSidebar } from '@docusaurus/plugin-content-docs/client'
1212
1313## Getting Started
1414
15- To get started, install the relevant NuGet packages. They add start with ` Silk.NET ` , and the next inner namespace after
15+ To get started, install the relevant NuGet packages. They all start with ` Silk.NET ` , and the next inner namespace after
1616that indicates the binding or High-Level Utility (HLU, e.g. Windowing or Input) that package belongs. Here' some example
1717commands to install such NuGet packages:
1818
@@ -63,7 +63,7 @@ As always, we're happy to help in our Discord server with whatever questions you
6363
6464Now that you've pulled in the APIs you would like to use, it's time to find documentation to follow. Most Silk.NET APIs
6565(other than our High-Level Utilities) map 1:1 directly into a native API signature that should be easily searchable by
66- its API name (e.g. ` GL.GetString ` becomes ` glGetString ` ). Note that these rules are not consistent and it is expected
66+ its API name (e.g. ` glGetString ` becomes ` GL.GetString ` in Silk.NET ). Note that these rules are not consistent and it is expected
6767that you have at least some familiarity with how the native API is structured.
6868
6969Of course, there are some bindings for which we have our own introductory documentation for, which presents a good
@@ -74,4 +74,4 @@ throughout this site.
7474<DocCardList items = { useDocsSidebar ().items .filter ((e ) => e .label != " Welcome" )} />
7575
7676Have fun! We always look forward to seeing what people can create with Silk.NET and would love to hear how you get on in
77- our Discord server.
77+ [ our Discord server] ( https://discord.gg/DTHHXRt ) .
0 commit comments