mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 12:30:49 +08:00 
			
		
		
		
	Fixing documentation typo (#321)
This commit is contained in:
		
				
					committed by
					
						
						Tom Pallister
					
				
			
			
				
	
			
			
			
						parent
						
							5e1605882b
						
					
				
				
					commit
					a5f3e0fa75
				
			@@ -9,7 +9,7 @@ built to netcoreapp2.0 `this <https://docs.microsoft.com/en-us/dotnet/articles/s
 | 
			
		||||
 | 
			
		||||
**Install NuGet package**
 | 
			
		||||
 | 
			
		||||
Install Ocelot and it's dependecies using nuget. You will need to create a netcoreapp2.0 project and bring the package into it. Then follow the Startup below and :doc:`../features/configuration` sections
 | 
			
		||||
Install Ocelot and it's dependencies using nuget. You will need to create a netcoreapp2.0 project and bring the package into it. Then follow the Startup below and :doc:`../features/configuration` sections
 | 
			
		||||
to get up and running.
 | 
			
		||||
 | 
			
		||||
   ``Install-Package Ocelot``
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user