Skip to content

Commit 32d3db2

Browse files
authored
doc: Use . instead of ** for spell checking. (#748)
1 parent 84f8cab commit 32d3db2

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
@@ -80,7 +80,7 @@ npm install -g git+https://github.com/streetsidesoftware/cspell-cli
8080
[Package cspell](https://github.com/streetsidesoftware/cspell-cli/pkgs/container/cspell)
8181

8282
```sh
83-
docker run -v $PWD:/workdir ghcr.io/streetsidesoftware/cspell:latest "**"
83+
docker run -v $PWD:/workdir ghcr.io/streetsidesoftware/cspell:latest .
8484
```
8585

8686
See [Extending the Docker Container to include German](https://github.com/streetsidesoftware/cspell-cli/tree/main/docker/german/README.md)

0 commit comments

Comments
 (0)