Skip to content

Commit cd245ed

Browse files
authored
Merge pull request #99 from Gerfaut/patch-1
(fix)Documentation : Typo in README file
2 parents 4d8294f + f67f8c8 commit cd245ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public void ConfigureServices(IServiceCollection services)
288288
services.AddJsonApi(options => {
289289
options.Namespace = "api/v1";
290290
options.BuildContextGraph((builder) => {
291-
builder.AddResource<MyModel>("my-models");1
291+
builder.AddResource<MyModel>("my-models");
292292
});
293293
}, mvcBuilder);
294294
// ...

0 commit comments

Comments
 (0)