Skip to content

Commit 6cc3560

Browse files
author
Florian Heinze
committed
TASK: updated README
1 parent 964e119 commit 6cc3560

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ run `brew install sandstorm/tap/dev-script-runner` to install
6969

7070
run `brew upgrade sandstorm/tap/dev-script-runner` to upgrade
7171

72-
### Autocompletion
72+
**Autocompletion**
7373

7474
run `dev completion [bash|zsh|fish|powershell] --help` and follow instructions on how to set up autocompletion
7575

@@ -83,7 +83,7 @@ run `dev completion [bash|zsh|fish|powershell] --help` and follow instructions o
8383
> autoload -U compinit; compinit
8484
> ```
8585
86-
### Initialization
86+
**Initialization**
8787
8888
Go to your project root and run `dev DSR_INIT` to create a `dev.sh` and a `dev_setup.sh` with examples for different types of tasks.
8989
The `$@` at the end of your `dev.sh` dispatches the script arguments to a function (so `dev sometask` calls `sometask`).

0 commit comments

Comments
 (0)