Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 48a14f7

Browse files
Update README.md
1 parent 2b16345 commit 48a14f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NonlinearSolve.jl
1+
# SimpleNonlinearSolve.jl
22

33
[![Join the chat at https://julialang.zulipchat.com #sciml-bridged](https://img.shields.io/static/v1?label=Zulip&message=chat&color=9558b2&labelColor=389826)](https://julialang.zulipchat.com/#narrow/stream/279055-sciml-bridged)
44
[![Global Docs](https://img.shields.io/badge/docs-SciML-blue.svg)](https://docs.sciml.ai/NonlinearSolve/stable/)
@@ -11,7 +11,8 @@
1111

1212
Fast implementations of root finding algorithms in Julia that satisfy the SciML common interface.
1313
SimpleNonlinearSolve.jl focuses on low-dependency implementations of very fast methods for
14-
very small and simple problems. For the full set of solvers, see NonlinearSolve.jl, of which
14+
very small and simple problems. For the full set of solvers, see
15+
[NonlinearSolve.jl](https://github.com/SciML/NonlinearSolve.jl), of which
1516
SimpleNonlinearSolve.jl is just one solver set.
1617

1718
For information on using the package,

0 commit comments

Comments
 (0)