diff --git a/README.md b/README.md index 607edf05..53128671 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # List of Services `~> yq '.services | to_entries | map({service: .key, image: .value.image})' docker-compose.yml` -```json + +```json [ { "service": "actual_server", @@ -585,5 +586,5 @@ "image": "postgres:16-alpine" } ] - -``` \ No newline at end of file +``` + \ No newline at end of file