diff --git a/README.md b/README.md index 5ad8aa4..957de02 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Math.NET Symbolics is a basic open source **computer algebra library for .NET, S This project does *not* aim to become a full computer algebra system. If you need such a system, have a look at Axiom or Maxima instead, or for proprietary commercial solutions Maple, Mathematica or Wolfram Alpha. -You'll find a large set of expression and algebraic operator examples in the [Unit Tests](src/SymbolicsUnitTests/Tests.fs) (yes, they're actually very readable). A few examples: +You'll find a large set of expression and algebraic operator examples in the [Unit Tests](src/Symbolics.Tests/Tests.fs) (yes, they're actually very readable). A few examples: * `(3Q + 2)*4/6` → `10/3`. * `(a/b/(c*a))*(c*d/a)/d` → `1/(a*b)`