Bläddra i källkod

Merge pull request #108 from mbrukman/patch-1

Update Docker section formatting in README
Aykut Saraç 2 år sedan
förälder
incheckning
75dbc41415
1 ändrade filer med 3 tillägg och 5 borttagningar
  1. 3 5
      README.md

+ 3 - 5
README.md

@@ -57,14 +57,12 @@ You can use the web version at [jsoncrack.com](https://jsoncrack.com) or also ru
 
 
 ## 🐳 Docker
 ## 🐳 Docker
 
 
-```
-A Docker file is provided in the root of the repository.
+A [`Dockerfile`](Dockerfile) is provided in the root of the repository.
 If you want to run JSON Crack locally:
 If you want to run JSON Crack locally:
 
 
-* Build Docker image with `docker build -t jsoncrack .`
+* Build a Docker image with `docker build -t jsoncrack .`
 * Run locally with `docker run -p 8888:8080 jsoncrack`
 * Run locally with `docker run -p 8888:8080 jsoncrack`
-* Go to [http://localhost:8888]
-```
+* Go to http://localhost:8888
 
 
 ## License
 ## License