From d3515b80557858e31f920ca7e73de5f9cebfdb5e Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:09:56 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc64e95..bf3b640 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob ## Flow chart * [Basic Structure of a Computer](matlab/1/README.md) * [Representation of Numbers in the Computer](matlab/2/README.md) -* [Systematic Programming](matlab/5/README.md) (Matlab and Python code) +* [Systematic Programming](matlab/5/README.md) * [Flow chart symbols](flow/overview/README.md) * [Examples](flow/examples/README.md) * [Flow chart for baking bread](flow/baking_bread/README.md)