You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,13 @@ Other platforms may work, but have not been tested.
23
23
24
24
## 🙌 Getting Started
25
25
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].
27
27
28
28
You can easily get started by using the `dotnet new` command to create a new datasync server. The template pre-configured ASP.NET Core,
29
29
Entity Framework Core, and the Datasync server libraries. To install the template:
30
30
31
31
```dotnetcli
32
-
dotnet new -i CommunityToolkit.Datasync.Template.CSharp
32
+
dotnet new -i CommunityToolkit.Datasync.Server.Template.CSharp
33
33
```
34
34
35
35
To create a project:
@@ -78,6 +78,7 @@ This project is supported by the [.NET Foundation](http://dotnetfoundation.org).
78
78
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).
0 commit comments