From 446764412205558e5a153d27e12f053a0defff0f Mon Sep 17 00:00:00 2001 From: Shunichi09 Date: Sat, 2 May 2020 21:37:03 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee51bed..06fb0d3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # PythonLinearNonLinearControl PythonLinearNonLinearControl is a library implementing the linear and nonlinear control theories in python. -Due to use only basic libralies (scipy, numpy), this library is to extend for your own situations. +Due to use only basic libralies (scipy, numpy), this library is easy to extend for your own situations.