We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95cb96a commit 4f48e3dCopy full SHA for 4f48e3d
README.md
@@ -4,7 +4,7 @@ A julia package for algebraically solving multivariate polynomial systems.
4
5
## Installation
6
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:
+like any other Julia package:
8
9
```julia
10
julia> using Pkg
@@ -14,6 +14,6 @@ julia> using AlgebraicSolving
14
15
## Documentation and Examples
16
17
-You can find a detailed documentation including examples at
+You can find a detailed documentation including various examples at
18
https://algebraic-solving.github.io/ .
19
0 commit comments