From 6546b9b3f0565fef06deb3ac41101138df14e79b Mon Sep 17 00:00:00 2001 From: Linus Sommer <95619282+linus-md@users.noreply.github.com> Date: Wed, 21 Aug 2024 11:13:12 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ef3296..bc9d453 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ DifferentialBases.jl is a Julia package for computing Groebner bases in differen ### How to use DifferentialBases.jl -The following example is derived from a simple pendulum. Calling ``simple_pendulum()``loads the relevant equations. +The following example is derived from a simple pendulum. Calling ``simple_pendulum()`` loads the relevant equations. ```julia using DifferentialBases: differential_basis, simple_pendulum