Browse Source

tab spaces to 4

master
Savorboard 7 years ago
committed by GitHub
parent
commit
acdb17b198
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -64,7 +64,7 @@ public void ConfigureServices(IServiceCollection services)

services.AddDbContext<AppDbContext>();

services.AddCap(x =>
services.AddCap(x =>
{
// If your SqlServer is using EF for data operations, you need to add the following configuration:
// Notice: You don't need to config x.UseSqlServer(""") again!


Loading…
Cancel
Save