Skip to content

Commit dc7c2cc

Browse files
authored
Merge pull request #141 from fingolfin/patch-3
Update title page of documentation
2 parents 177dd94 + bf46084 commit dc7c2cc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/src/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ This package provides functions for computing prime numbers in Julia.
44

55
## Installation
66

7-
The package is available for Julia versions 0.4 and up, but if you are
8-
not using Julia version 0.7 or higher, please read the documentation for the
9-
appropriate realease.
7+
This release is available for Julia versions 1.6 and up.
108

119
To install it, run
1210
```julia
13-
Pkg.add("Primes")
11+
using Pkg ; Pkg.add("Primes")
1412
```
1513
from the Julia REPL.

0 commit comments

Comments
 (0)