Skip to content

Commit 4f48e3d

Browse files
committed
updates README
1 parent 95cb96a commit 4f48e3d

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
@@ -4,7 +4,7 @@ A julia package for algebraically solving multivariate polynomial systems.
44

55
## Installation
66
AlgebraicSolving requires Julia 1.6 or newer. In principle it can be installed and used
7-
like any other Julia package; doing so will take a couple of minutes:
7+
like any other Julia package:
88

99
```julia
1010
julia> using Pkg
@@ -14,6 +14,6 @@ julia> using AlgebraicSolving
1414

1515
## Documentation and Examples
1616

17-
You can find a detailed documentation including examples at
17+
You can find a detailed documentation including various examples at
1818
https://algebraic-solving.github.io/ .
1919

0 commit comments

Comments
 (0)