Browse Source

Fix list items in README (#518)

main
Youssef Victor 5 years ago
committed by GitHub
parent
commit
3a48dfc99d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      README.md

3
README.md

@ -57,7 +57,7 @@ You can also run the samples in Docker (see below).
1. Update `Startup.cs`'s `ConfigureDevelopmentServices` method as follows: 1. Update `Startup.cs`'s `ConfigureDevelopmentServices` method as follows:
``` ```csharp
public void ConfigureDevelopmentServices(IServiceCollection services) public void ConfigureDevelopmentServices(IServiceCollection services)
{ {
// use in-memory database // use in-memory database
@ -114,6 +114,7 @@ You should be able to make requests to localhost:5106 for the Web project, and l
You can also run the applications by using the instructions located in their `Dockerfile` file in the root of each project. Again, run these commands from the root of the solution (where the .sln file is located). You can also run the applications by using the instructions located in their `Dockerfile` file in the root of each project. Again, run these commands from the root of the solution (where the .sln file is located).
## Community Extensions ## Community Extensions
We have some great contributions from the community, and while these aren't maintained by Microsoft we still want to highlight them. We have some great contributions from the community, and while these aren't maintained by Microsoft we still want to highlight them.
[eShopOnWeb VB.NET](https://github.com/VBAndCs/eShopOnWeb_VB.NET) by Mohammad Hamdy Ghanem [eShopOnWeb VB.NET](https://github.com/VBAndCs/eShopOnWeb_VB.NET) by Mohammad Hamdy Ghanem

Loading…
Cancel
Save