Skip to content

Commit

Permalink
Docs fix (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBleijendaal authored Nov 21, 2023
1 parent 9519a26 commit f160e20
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@

[![#](https://img.shields.io/nuget/v/RapidCMS.UI?style=flat-square)](https://www.nuget.org/packages/RapidCMS.UI)

#### RapidCMS Model Maker

[![#](https://img.shields.io/nuget/v/RapidCMS.ModelMaker.SourceGenerator.EFCore?style=flat-square)](https://www.nuget.org/packages/RapidCMS.ModelMaker.SourceGenerator.EFCore)

RapidCMS is a Blazor framework that allows you to build a CMS purely from code. It provides a comprehensive set of
editors and controls, next to allowing you to add your own razor components for custom editors, buttons, labels, complete
sections and pages, and dashboard sections. By running as an element within your ASP.NET Core application, you have full control
Expand All @@ -29,7 +25,7 @@ in the browser.

A demo of the WebAssembly variant of the CMS (running version 4.3.x) can be found here:
[https://rapidcms.z6.web.core.windows.net/](https://rapidcms.z6.web.core.windows.net/). This uses a repository that saves its data to the
local storage of the browser. .NET 5.0 WebAssembly tends to load slowly the first time but that will be fixed when .NET 6.0 is released.
local storage of the browser.

## How to setup RapidCMS

Expand Down

0 comments on commit f160e20

Please sign in to comment.