From 3807103f1f9938b044ebb8357ee7d378381f37fd Mon Sep 17 00:00:00 2001 From: Mark Downie Date: Tue, 29 Nov 2022 18:38:24 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index abd64caf..48aba0ba 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ FAQ | Deployment | Blog | - Contributing to DasBlog Core + Contributing to DasBlog

Latest release @@ -20,11 +20,11 @@

-# DasBlog Core +# DasBlog One of the primary goals of this project is to create a new blogging engine that preserves the essence of the original [DasBlog Blogging Engine](https://msdn.microsoft.com/en-us/library/aa480016.aspx), we also get the opportunity to take advantage of the modern cross platform goodness of ASP.NET Core. ## Building -If you want to build and contribute code to DasBlog Core please fork this repo and submit a PR, check out the [contribution docs here](https://github.com/poppastring/dasblog-core/blob/main/CONTRIBUTING.md#developers) for more details. +If you want to build and contribute code to DasBlog please fork this repo and submit a PR, check out the [contribution docs here](https://github.com/poppastring/dasblog-core/blob/main/CONTRIBUTING.md#developers) for more details. ## Deployment @@ -44,6 +44,6 @@ Click the button below, answer some questions, and be up and running on your Das After deploying the app you should immediately [update the security settings](https://github.com/poppastring/dasblog-core/wiki/2.-Configure-your-blog). ## Documentation -Check out the [wiki](https://github.com/poppastring/dasblog-core/wiki) for additional information on DasBlog Core fundamentals, architecture and themes. +Check out the [wiki](https://github.com/poppastring/dasblog-core/wiki) for additional information on DasBlog fundamentals, architecture and themes. Please [submit an issue](https://github.com/poppastring/dasblog-core/issues) if you encounter any problems.