diff --git a/docs/gettingstarted.md b/docs/gettingstarted.md index 4730c5d..2d6caa2 100644 --- a/docs/gettingstarted.md +++ b/docs/gettingstarted.md @@ -6,7 +6,7 @@ We're going to assume that you already have existing C# or VB code that uses [`D Dapper.AOT offers two new tools: - [`Dapper.Advisor`](https://www.nuget.org/packages/Dapper.Advisor) which offers guidance on your Dapper usage (but does not change how anything works); this works with VB and C# -- [`Dapper.AOT`](https://www.nuget.org/packages/Dapper.Advisor) which includes everything from `Dapper.Advisor` but which also includes build-time code-generation +- [`Dapper.AOT`](https://www.nuget.org/packages/Dapper.AOT) which includes everything from `Dapper.Advisor` but which also includes build-time code-generation and some runtime library code that allows your Dapper code to work in an AOT (see below) way; this works with C# only ## What is AOT? @@ -182,4 +182,4 @@ similar configuration is available via new `Dapper.AOT` markers. Please ask if y **PLEASE TEST YOUR CODE CAREFULLY** -If something looks wrong, missing, or would benefit from more usage guidance [let us know!](https://github.com/DapperLib/DapperAOT/issues/new/choose) \ No newline at end of file +If something looks wrong, missing, or would benefit from more usage guidance [let us know!](https://github.com/DapperLib/DapperAOT/issues/new/choose)