diff --git a/pages/design.mdx b/pages/design.mdx index 7df7ff77..5ba21a30 100644 --- a/pages/design.mdx +++ b/pages/design.mdx @@ -20,7 +20,7 @@ Submodules are used to grab a defined version of plugins but can be a bit clunky ### Build-A-Bot -Setting up a project involves adding plugins to two places in `CMakeLists.txt`, two places in `include.hh`, and `extern.cc`. As such, I created Build-A-Bot as a handy Bash script to automated the initial process. It makes use of `select` to provide a handy menu system for picking plugins and branches and configures the bot to use them. +Setting up a project involves adding plugins in two places: `CMakeLists.txt` and `include.hh`. I've created Build-A-Bot as a handy Bash script to automate the initial process. It makes use of `select` to provide a handy menu system for picking plugins and branches, and configures the bot to use them. ## Calls