Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
notnmeyer authored Oct 19, 2023
1 parent d3cce92 commit 24b8d7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mockpi is a tool for faking APIs. it responds to all methods and endpoints, opti
HTTP/1.1 200 OK
Date: Thu, 19 Oct 2023 04:14:33 GMT
Content-Length: 22
Content-Type: text/plain; charset=utf-8
Content-Type: application/json; charset=utf-8

{"id":0,"name":"nate"}
```
Expand All @@ -21,4 +21,4 @@ Content-Type: text/plain; charset=utf-8
```shell
docker buildx create --use
docker buildx build --platform linux/amd64 -t mockpi:latest . --load
```
```

0 comments on commit 24b8d7e

Please sign in to comment.