Skip to content

Commit 2f1ec12

Browse files
authored
Update README.md
1 parent f9fbf39 commit 2f1ec12

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
@@ -12,7 +12,7 @@ clojure -Sdeps '{:deps {com.github.seancorfield/clj-new {:mvn/version "1.1.331"}
1212

1313
2.Build and run Docker image, which starts a headless repl on port 12345 in a docker container
1414

15-
This assumes a Linux OS and bash as shell. It might be slide different on other platforms or shell.
15+
This assumes a Linux OS and bash as shell. It might be slidely different on other platforms or shell.
1616
```bash
1717
cd my-app
1818
docker build -t my-app --build-arg USER_ID=$(id -u) --build-arg GROUP_ID=$(id -g) .

0 commit comments

Comments
 (0)