Skip to content

Commit

Permalink
Remove MVC from texts.
Browse files Browse the repository at this point in the history
  • Loading branch information
krompaco committed Oct 19, 2023
1 parent 910b18a commit 384c6da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/demo-site/en/pages/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ description = "The main features and advantages when using Record Collector."
weight = 15
robots = "noindex"
+++
Record Collector reads a typical static site content folder into C# lists and objects and then uses them in a regular ASP.NET Core MVC project.
Record Collector reads a typical static site content folder into C# lists and objects and then uses them in a regular ASP.NET Core project.
4 changes: 2 additions & 2 deletions content/record-collector-dotnet/pages/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ Two options are in the repository. The `default` setup is based on [Tailwind CSS
* [record-collector.netlify.app](https://record-collector.netlify.app/) is published with `default`
* [record-collector-simplecss.netlify.app](https://record-collector-simplecss.netlify.app/) is using `simplecss`

## Run the web app in ASP.NET MVC mode
## Run the web app in ASP.NET mode

When running, Kestrel is recommended and the default URL in the MVC mode is `http://localhost:5000/`.
When running, Kestrel is recommended and the default URL in the ASP.NET mode is `http://localhost:5000/`.

### Alternative A: Run using Visual Studio

Expand Down

1 comment on commit 384c6da

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.