diff --git a/README.md b/README.md
index 03014f5..cd0e312 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Microservice Example using .NET and MariaDB
-This repository provides a simple example of a microservice architecture using a [Microsoft .NET](https://dotnet.microsoft.com/en-us/learn/dotnet/what-is-dotnet) solution that contains:
+This repository provides a simple example of a microservice architecture using a [Microsoft .NET](https://dotnet.microsoft.com/en-us/learn/dotnet/what-is-dotnet) solution with [Entity Framework](https://docs.microsoft.com/ef/) and [MariaDB](https://mariadb.com) that contains:
* Two microservice ([Web API](https://dotnet.microsoft.com/en-us/apps/aspnet/apis)) projects
* One API Gateway project
@@ -23,7 +23,7 @@ This repository provides a simple example of a microservice architecture using a
3. [Anatomy of the app](#app)
4. [Confifgure the application](#config)
5. [Build and run the app](#build-run)
-4. [Requirements to run the app](#requirements)
+4. [Helpful Resources](#helpful-resources)
5. [Support and contribution](#support-contribution)
6. [License](#license)
@@ -124,8 +124,8 @@ For the `Customers.API` and `Products.API` microservice projects to use your Mar
To do that, update the connection string configuration in the projects' appsettings.json files:
-* [Customers.API appsettings.json](Customers.API/appsettings.json)
-* [Products.API appsettings.json](Products.API/appsettings.json)
+* [Customers.API appsettings.json](Customers.API/appsettings.json#L9)
+* [Products.API appsettings.json](Products.API/appsettings.json#L9)
### Build and run the app
@@ -134,11 +134,23 @@ Depending on how you've setup your environment you may have the option to build
* [Visual Studio](https://docs.microsoft.com/en-us/visualstudio/ide/walkthrough-building-an-application?view=vs-2022) - build and run the solution by first opening the [Demo.sln file](Demo.sln]) using the Visual Studio IDE
* [dotnet CLI](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-run) - build and run the solution by using the dotnet command with the [Demo.sln file](Demo.sln).
+## Helpful Resources
+
+Webinar: [Creating Microservices with .NET 6, Entity Framework and MariaDB](https://go.mariadb.com/22Q1-WBN-OSSG-GLBL-Microservices-.Net-Entity-Framework-2021-12-21_Registration-LP.html)
+
## Support and Contribution
-Thanks so much for taking a look at this sample app! As this is a simple example, there's plenty of potential for improvement and customization. Please feel free to submit PR's to the project to include your modifications!
+Please feel free to submit PR's, issues or requests to this project project directly.
+
+If you have any other questions, comments, or looking for more information on MariaDB please check out:
+
+* [MariaDB Developer Hub](https://mariadb.com/developers)
+* [MariaDB Community Slack](https://r.mariadb.com/join-community-slack)
+
+Or reach out to us diretly via:
-If you have any questions, comments, or would like to contribute to this or future projects like this please reach out to us directly at [developers@mariadb.com](mailto:developers@mariadb.com) or on [Twitter](https://twitter.com/mariadb).
+* [developers@mariadb.com](mailto:developers@mariadb.com)
+* [MariaDB Twitter](https://twitter.com/mariadb)
## License
[](https://opensource.org/licenses/MIT)