From d466f9db882b7d60da2763e2dbe2ed72285a0b8c Mon Sep 17 00:00:00 2001 From: David Spielman Date: Sun, 29 Sep 2024 10:45:23 -0500 Subject: [PATCH] Minor edits to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37e0569a..eab84478 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ See the [`noether_tpp` documentation](noether_tpp/README.md) for more details on Custom behavior can be added by providing a class that overrides one of the interface classes. See the implementations in the [`mesh_modifiers`](noether_tpp/include/noether_tpp/mesh_modifiers), [`tool_path_planners`](noether_tpp/include/noether_tpp/tool_path_planners), and [`tool_path_modifiers`](noether_tpp/include/noether_tpp/tool_path_modifiers) for reference. -See the [`noether_gui` documentation](noether_gui/README.md) for more details on how to a GUI plugin for a custom implementation of one of the interfaces. +See the [`noether_gui` documentation](noether_gui/README.md) for more details on how to create a GUI plugin for a custom implementation of one of the interfaces. ## Build Nominally, this project is ROS-independent, but it is convenient to use the ROS dependency management and build tools to build the repository.