Skip to content

Commit cb8cab2

Browse files
authored
Fix to README (#18)
1 parent 7625ad2 commit cb8cab2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Other platforms may work, but have not been tested.
2323

2424
## 🙌 Getting Started
2525

26-
Please take a look at the tutorials included in our [documentation][1].
26+
Please take a look at the tutorials included in our [documentation][documentation].
2727

2828
You can easily get started by using the `dotnet new` command to create a new datasync server. The template pre-configured ASP.NET Core,
2929
Entity Framework Core, and the Datasync server libraries. To install the template:
3030

3131
```dotnetcli
32-
dotnet new -i CommunityToolkit.Datasync.Template.CSharp
32+
dotnet new -i CommunityToolkit.Datasync.Server.Template.CSharp
3333
```
3434

3535
To create a project:
@@ -78,6 +78,7 @@ This project is supported by the [.NET Foundation](http://dotnetfoundation.org).
7878
The Datasync Toolkit used to be known as Azure Mobile Apps. You can find the code for previous (unsupported) versions of the library at the [old repository](https://github.com/Azure/azure-mobile-apps).
7979

8080
<!-- Links -->
81+
[documentation]: https://CommunityToolkit.github.io/Datasync
8182
[CommunityToolkit.Datasync.Server]: https://www.nuget.org/packages/CommunityToolkit.Datasync.Server
8283
[CommunityToolkit.Datasync.Server.Abstractions]: https://www.nuget.org/packages/CommunityToolkit.Datasync.Server.Abstractions
8384
[CommunityToolkit.Datasync.Server.Automapper]: https://www.nuget.org/packages/CommunityToolkit.Datasync.Server.Automapper

0 commit comments

Comments
 (0)