From ee8318bc2c63527dd5b78cc1f4d4c6fd65ae2ae1 Mon Sep 17 00:00:00 2001 From: David Allen Date: Sun, 31 Aug 2025 22:56:01 -0600 Subject: [PATCH] fix: typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d217ed..eb89462 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The `makeshift` tool is a service that serves files and CLI that downloads them with a couple of handy features baked-in. Although the CLI and server component function more like a glorified FTP, the power of this tool comes from the plugin system. For example, the file cobbler is built to run external plugins for more advanced processing files before serving them (e.g. fetching from a data source, rendering Jinja 2 templates, etc.). -## Building and Go! +## Build and Go! The `makeshift` tool is built using standard `go` build tools. To get started, clone the project, download the dependencies, and build the project: