Skip to content

Commit c589d4f

Browse files
fixed julia prompt in README.md and docs/src/index.md
1 parent 7e10d3c commit c589d4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ After each update of the Julia package `GAP` a rebuild is (probably) necessary:
3232

3333
```julia
3434
julia> using Pkg
35-
julia Pkg.build("HomalgProject")
35+
julia> Pkg.build("HomalgProject")
3636
```
3737

3838
This will (re)compile the packages listed in `HomalgProject.PACKAGES_TO_COMPILE`.

docs/src/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ After each update of the Julia package `GAP` a rebuild is (probably) necessary:
2828

2929
```julia
3030
julia> using Pkg
31-
julia Pkg.build("HomalgProject")
31+
julia> Pkg.build("HomalgProject")
3232
```
3333

3434
This will (re)compile the packages listed in `HomalgProject.PACKAGES_TO_COMPILE`.

0 commit comments

Comments
 (0)