Skip to content

Commit 7e9f50c

Browse files
Update developers/contributing/index.qmd
Co-authored-by: Penelope Yong <[email protected]>
1 parent b87b755 commit 7e9f50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developers/contributing/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Turing uses [JuliaFormatter.jl](https://github.com/domluna/JuliaFormatter.jl) to
5555

5656
#### Installing JuliaFormatter
5757

58-
We use version 1 of JuliaFormatter. Install it in your **global Julia environment** (not the project environment, as adding it to the Project.toml would make it invalid):
58+
We use version 1 of JuliaFormatter. Install it in your **global Julia environment** (not the project environment, as adding it to the `Project.toml` would make it an invalid dependency of the project):
5959

6060
```julia
6161
julia -e 'using Pkg; Pkg.add(name="JuliaFormatter", version="1"); Pkg.pin("JuliaFormatter")'

0 commit comments

Comments
 (0)