From 660dd3289ce66f045547b9ad02798af1f17604a5 Mon Sep 17 00:00:00 2001 From: Shaun Walker Date: Tue, 31 Mar 2020 12:15:46 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8bf45287..5637d10d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Oqtane is a Modular Application Framework for Blazor Oqtane uses Blazor, a new web framework for .NET Core that lets you build interactive web UIs using C# instead of JavaScript. Blazor apps are composed of reusable web UI components implemented using C#, HTML, and CSS. Both client and server code is written in C#, allowing you to share code and libraries. +Please note that this project is governed by the **[.NET Foundation Contributor Covenant Code of Conduct](https://dotnetfoundation.org/code-of-conduct)** + **To get started with Oqtane:** 1. Install **[.NET Core 3.1 SDK](https://dotnet.microsoft.com/download/dotnet-core/3.1)**.