From c1bb662916b056ab7bb8093a1478621550d2a160 Mon Sep 17 00:00:00 2001 From: Jesse Haviland Date: Wed, 7 Aug 2024 16:13:10 +1000 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b489e93..bb6f7294 100644 --- a/README.md +++ b/README.md @@ -377,7 +377,7 @@ See the common issues with fixes [here](https://github.com/petercorke/robotics-t ### Using the Toolbox with Windows? -Graphical visualsaion via swift is currently not supported under Windows. However there is a hotfix, by changing in ```SwiftRoute.py``` +Graphical visualisation via swift is currently not supported under Windows. However there is a hotfix, by changing in ```SwiftRoute.py``` ```self.path[9:]``` to ```self.path[10:]```