Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhavl committed Aug 7, 2024
1 parent 6cae37f commit c1bb662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:]```

Expand Down

0 comments on commit c1bb662

Please sign in to comment.