Skip to content

Commit

Permalink
Use the sh convention
Browse files Browse the repository at this point in the history
  • Loading branch information
Cam Spiers committed Jan 2, 2020
1 parent da5c2a1 commit 00de628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Ready Docker is a macOS tool for starting then waiting for Docker.app to be read
## Example Usage:

```bash
readydocker && docker-compose up -d
readydocker.sh && docker-compose up -d
```

## Expectations
Expand Down
2 changes: 1 addition & 1 deletion readydocker → readydocker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# Example Usage:
#
# readydocker && docker-compose up -d
# readydocker.sh && docker-compose up -d
#
# Expectations:
#
Expand Down

0 comments on commit 00de628

Please sign in to comment.