Skip to content

Commit

Permalink
fix fastrepl.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq authored Sep 8, 2023
1 parent 4faa21f commit a173d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/fastrepl.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ really fast, and with a nice setup for `OhMyREPL`. Install the packages first:
```julia
julia> import Pkg

julia> Pkg.add("Revise", "OhMyREPL", "Crayons", "BenchmarkTools")
julia> Pkg.add(["Revise", "OhMyREPL", "Crayons", "BenchmarkTools"])
```

And add the following to the `~/.julia/config/startup.jl`:
Expand Down

0 comments on commit a173d7e

Please sign in to comment.