|  | @@ -1,6 +1,6 @@
 | 
		
	
		
			
			| 1 | 1 |  # Luticate2 API Utils
 | 
		
	
		
			
			| 2 | 2 |  
 | 
		
	
		
			
			| 3 |  | -## Install
 | 
		
	
		
			
			|  | 3 | +## Getting started
 | 
		
	
		
			
			| 4 | 4 |  
 | 
		
	
		
			
			| 5 | 5 |  NuGet.Config
 | 
		
	
		
			
			| 6 | 6 |  ```xml
 | 
		
	
	
		
			
			|  | @@ -19,7 +19,7 @@ project.json
 | 
		
	
		
			
			| 19 | 19 |  {
 | 
		
	
		
			
			| 20 | 20 |      ...
 | 
		
	
		
			
			| 21 | 21 |      dependencies": {
 | 
		
	
		
			
			| 22 |  | -        "Luticate2.Utils": "0.1.*",
 | 
		
	
		
			
			|  | 22 | +        "Luticate2.Utils": "0.5.*",
 | 
		
	
		
			
			| 23 | 23 |          ...
 | 
		
	
		
			
			| 24 | 24 |      }
 | 
		
	
		
			
			| 25 | 25 |      ...
 | 
		
	
	
		
			
			|  | @@ -78,7 +78,7 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerF
 | 
		
	
		
			
			| 78 | 78 |  
 | 
		
	
		
			
			| 79 | 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 | 84 |  ## NuGet Deployment
 |