Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nthiery authored Nov 26, 2023
1 parent 43ef9b0 commit 8d1342d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To spin up such a notebook first build the container:
$ docker build -t $(whoami)/$(basename ${PWD}) .
```

Now you can ran the image:
Now you can run the image:

```bash
$ docker run --rm --security-opt seccomp=unconfined -p 8888:8888 $(whoami)/$(basename ${PWD})
Expand Down

0 comments on commit 8d1342d

Please sign in to comment.