Skip to content

Commit 729a240

Browse files
authored
Merge pull request #3 from zikoengxi/master
2 parents 62aa64a + 6e7e37a commit 729a240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Example uses:
99
When what's needed is an atclone'' hook to e.g. install a software (plus atpull'' hook to update it):
1010

1111
```
12-
# The invocation uses https://github.com/zdharma/null repo as a placeholder
12+
# The invocation uses https://github.com/zdharma-continuum/null repo as a placeholder
1313
# for the atclone'' and atpull'' hooks
1414
1515
zplugin ice as"program" pick"$ZPFX/sdkman/bin/sdk" id-as'sdkman' run-atpull \
1616
atclone"wget https://get.sdkman.io -O scr.sh; SDKMAN_DIR=$ZPFX/sdkman bash scr.sh" \
1717
atpull"SDKMAN_DIR=$ZPFX/sdkman sdk selfupdate" \
1818
atinit"export SDKMAN_DIR=$ZPFX/sdkman; source $ZPFX/sdkman/bin/sdkman-init.sh"
19-
zplugin light zdharma/null
19+
zplugin light zdharma-continuum/null
2020
```

0 commit comments

Comments
 (0)