Skip to content

Commit febe7d5

Browse files
authored
Update README.md (#37)
Fix a typo and link to `juliaup`
1 parent 6ceeb7c commit febe7d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Julia v1.*.* and the Example package v0.5.*:
5959

6060
- `juliapkg.executable()` returns a compatible Julia executable.
6161
- `juliapkg.project()` returns the project into which the packages have been installed.
62-
- `juliapkg.resolve(force=False)` ensures all the depdencies are installed. You don't
62+
- `juliapkg.resolve(force=False)` ensures all the dependencies are installed. You don't
6363
normally need to do this because the other functions resolve automatically.
6464

6565
## Details
@@ -82,7 +82,7 @@ JuliaPkg tries the following strategies in order to find Julia on your system:
8282
- If the `-X juliapkg-exe` argument to `python` is set, that is used.
8383
- If the environment variable `PYTHON_JULIAPKG_EXE` is set, that is used.
8484
- If `julia` is in your `PATH`, and is compatible, that is used.
85-
- If `juliaup` is in your `PATH`, it is used to install a compatible version of Julia.
85+
- If [`juliaup`](https://github.com/JuliaLang/juliaup) is in your `PATH`, it is used to install a compatible version of Julia.
8686
- Otherwise, JuliaPkg downloads a compatible version of Julia and installs it into the
8787
Julia project.
8888

0 commit comments

Comments
 (0)