Skip to content

Commit 862b9b3

Browse files
committed
Fix formatting in README for Docker run command by adding a space before the backslash for better readability.
1 parent d6bd6d1 commit 862b9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ By default, we create a policy that looks like this:
116116
2. Run the container with the required environment variables:
117117

118118
```sh
119-
docker run --rm\
119+
docker run --rm \
120120
-e MINIO_ADMIN_USER="admin" \
121121
-e MINIO_ADMIN_PASSWORD="adminpassword" \
122122
-e MINIO_HOST="http://minio:9000" \

0 commit comments

Comments
 (0)