From d9f7fc1419c672a3eec31978432040f8886354d5 Mon Sep 17 00:00:00 2001 From: Ben Porter Date: Tue, 5 Jan 2021 09:24:44 -0700 Subject: [PATCH] Fix simple typo avaiable -> available --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5585832..fa16da8 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ build with `make rebuild`. ### Build tips The makefiles are self-documented. You can get information -about the avaiable build targets using `make help`, and add your +about the available build targets using `make help`, and add your own documentation by adding dependencies to the `help` target. There are three primary build targets, `debug`, `opt` and