commit 6a448f06b48dee236dd982a54f119cdf2d9b9a16
parent 106c50a81c5df79bfe2a1f4c211237cae3aaee94
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date: Fri, 1 May 2026 14:03:26 -0300
Remove wrong syntax highlight from `README.md`
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -20,7 +20,7 @@ Place the file `nyqlog.m` in Octave's path. See
Then load the control package [^2] and define a transfer function. Finally call
the `nyqlog` function passing as argument the transfer function.
-```shell
+```text
octave:1> pkg load control
octave:2> sys = zpk([-1/3 -1/2], [0 -0.02 -0.1 -2 -10], 48)