Browse Source

README

tags/v0.5.3
Robin Thoni 7 years ago
parent
commit
60d8d67ec0
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Luticate2.Utils/README.md

+ 3
- 3
Luticate2.Utils/README.md View File

1
 # Luticate2 API Utils
1
 # Luticate2 API Utils
2
 
2
 
3
-## Install
3
+## Getting started
4
 
4
 
5
 NuGet.Config
5
 NuGet.Config
6
 ```xml
6
 ```xml
19
 {
19
 {
20
     ...
20
     ...
21
     dependencies": {
21
     dependencies": {
22
-        "Luticate2.Utils": "0.1.*",
22
+        "Luticate2.Utils": "0.5.*",
23
         ...
23
         ...
24
     }
24
     }
25
     ...
25
     ...
78
 
78
 
79
 ## Usage
79
 ## Usage
80
 
80
 
81
-See WebApiUtils for an example
81
+See `WebApiUtils` project for an example and [starter-angular-material](https://git.rthoni.com/robin.thoni/starter-angular-material) for a frontend.
82
 
82
 
83
 
83
 
84
 ## NuGet Deployment
84
 ## NuGet Deployment

Loading…
Cancel
Save