Browse Source

Fixed a typo in readme

Michael Käufl 10 years ago
parent
commit
8f8ccb88e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -45,7 +45,7 @@ All official images should provide a consistent interface. A beginning user shou
 	CMD ["postgres"]
 	```
 
-	1.	Ensure that `docker run official-image bash` works too. The easiest way is to check for the expected command and if it is something else, just `exec "$@` (run whatever was passed, properly keeping the arguments escaped).
+	1.	Ensure that `docker run official-image bash` works too. The easiest way is to check for the expected command and if it is something else, just `exec "$@"` (run whatever was passed, properly keeping the arguments escaped).
 
 		```bash
 		#!/bin/bash