Skip to content

Commit 383ee83

Browse files
committed
Use require instead of load-path in docs
1 parent b866cdc commit 383ee83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ special forms.
1919
```
2020
$ cd clj/
2121
$ lein repl
22-
> (load-file "src/vim_clojure_static/generate.clj")
22+
> (require 'vim-clojure-static.generate)
2323
> (ns vim-clojure-static.generate)
2424
> (update-project! "..")
2525
```
@@ -54,7 +54,7 @@ to serve as a reminder on how to do it.
5454
```
5555
$ cd clj/
5656
$ lein repl
57-
> (load-file "src/vim_clojure_static/generate.clj")
57+
> (require 'vim-clojure-static.generate)
5858
> (ns vim-clojure-static.generate)
5959
> (update-vim! ".." "../../vim")
6060
```

0 commit comments

Comments
 (0)