Skip to content

Commit

Permalink
Correct typos and improve clarity in README.md
Browse files Browse the repository at this point in the history
Fixed grammar and punctuation errors in the introduction for better readability. Corrected the name of "Docker Hub" and improved formatting in the 'How to use' section.
  • Loading branch information
vanUbor committed Aug 28, 2024
1 parent 06713e4 commit ec4c00d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@ _SSWMUI_ (Super Simple WireMock User Interface) is an ASP.NET Razor Page
making use of [WireMock.NET](https://github.com/WireMock-Net/WireMock.Net),
providing the possibility to create, start,
stop and configure web api proxy instances. You can edit and delete your mappings via a simple Webpage.
SSMWUI stores everything in a local database, with that your services, settings and mappings persist. You can even exchange the database to cover different scenarios, if you like.
SSMWUI stores everything in a local database, with that, your service settings and mappings persist. You can even exchange the database to cover different scenarios, if you like.
In its current state it is super limited in its functionality but will grow continuously.

# How to use

## Start

### Get SSMUI

First you must download the [latest](https://github.com/vanUbor/Wiremock/releases/latest) release
directly form GitHub or download the image from the [Dockerhu](https://hub.docker.com/) (Docker image coming soon)
directly form GitHub or download the image from the [Docker Hub](https://hub.docker.com/) (Docker image coming soon)

### Run

Expand Down

0 comments on commit ec4c00d

Please sign in to comment.