From baa923342bbfd6b30639b7c7c59a428f72572624 Mon Sep 17 00:00:00 2001 From: Jan Mrna Date: Mon, 3 Nov 2025 05:28:06 +0100 Subject: [PATCH] README: update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df36465..398931a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a demo of pathfinding on a 2D grid. It consists of 2 main parts: -* python notes and implementation +* Notes and Python implementation * jupyter notebook file: [`python/pathfinding_demo.ipynb`](./python/pathfinding_demo.ipynb) * standalone python script: [`./python/pathfinding_demo.py`](./python/pathfinding_demo.py) * C++ interactive demo: [`cpp`](./cpp/)