From f67f8c86abd6dc3fc2dd8ce044570c983128ce62 Mon Sep 17 00:00:00 2001 From: Christophe Leemans Date: Sat, 6 May 2017 08:31:53 +0200 Subject: [PATCH] (fix)Documentation : Typo in README file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c948ff91f9..4fa48e99c3 100644 --- a/README.md +++ b/README.md @@ -288,7 +288,7 @@ public void ConfigureServices(IServiceCollection services) services.AddJsonApi(options => { options.Namespace = "api/v1"; options.BuildContextGraph((builder) => { - builder.AddResource("my-models");1 + builder.AddResource("my-models"); }); }, mvcBuilder); // ...