From 27f890a32d4e4357067bffc4c6bf1adecfff5915 Mon Sep 17 00:00:00 2001 From: Jared Nance Date: Fri, 15 Jun 2018 14:21:31 -0500 Subject: [PATCH] Link to performance reports and related projects --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2250ef4568..81ebba79bf 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,14 @@ These are some steps you can take to help you understand what this project is an - [The json:api specification](http://jsonapi.org/format/) - [Demo [Video]](https://youtu.be/KAMuo6K7VcE) - [Our documentation](https://json-api-dotnet.github.io) -- Check out the examples in the next section +- [Check out the example projects](https://github.com/json-api-dotnet/JsonApiDotNetCore/tree/master/src/Examples) + +## Related Projects + +- [Performance Reports](https://github.com/json-api-dotnet/PerformanceReports) +- [JsonApiDotNetCore.MongoDb](https://github.com/json-api-dotnet/JsonApiDotNetCore.MongoDb) +- [JsonApiDotNetCore.Marten](https://github.com/wayne-o/JsonApiDotNetCore.Marten) +- [Todo List App](https://github.com/json-api-dotnet/TodoListExample) ## Examples