mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 02:42:52 +08:00
Fix typo projct (#291)
This commit is contained in:
parent
7e43af0126
commit
23c2a07e3c
@ -9,7 +9,7 @@ built to netcoreapp2.0 `this <https://docs.microsoft.com/en-us/dotnet/articles/s
|
|||||||
|
|
||||||
**Install NuGet package**
|
**Install NuGet package**
|
||||||
|
|
||||||
Install Ocelot and it's dependecies using nuget. You will need to create a netcoreapp2.0 projct and bring the package into it. Then follow the Startup below and :doc:`../features/configuration` sections
|
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
|
||||||
to get up and running.
|
to get up and running.
|
||||||
|
|
||||||
``Install-Package Ocelot``
|
``Install-Package Ocelot``
|
||||||
@ -154,4 +154,4 @@ An example startup using a json file for configuration can be seen below.
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
This is pretty much all you need to get going.
|
This is pretty much all you need to get going.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user