From 9ad7c2da8c9ce943d61573ea546324cad688dda3 Mon Sep 17 00:00:00 2001 From: Jeff Linahan Date: Wed, 17 May 2023 01:07:13 +0100 Subject: [PATCH 1/2] an -> a --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0c7584..2ef1598 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ bass is a table-based, multi-architecture and cross-platform, macro assembler de **This is not for you if:** * you look for a higher 'real' programming language - * you expect an complete toolchain that takes care about all your needs + * you expect a complete toolchain that takes care about all your needs ## Releases From 682cb140f1ba1eaef092a50875f112790d497845 Mon Sep 17 00:00:00 2001 From: Jeff Linahan Date: Wed, 17 May 2023 21:58:40 +0100 Subject: [PATCH 2/2] This -> bass --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ef1598..12de5fc 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ bass is a table-based, multi-architecture and cross-platform, macro assembler de * you want extensive macro features giving you the convenience of a higher-level programming language * you want the ability to do root level debugging -**This is not for you if:** +**bass is not for you if:** * you look for a higher 'real' programming language * you expect a complete toolchain that takes care about all your needs