From 358084806ab64d8eccd9e49f9f84758bbacd373b Mon Sep 17 00:00:00 2001 From: polluks2 <74630735+polluks2@users.noreply.github.com> Date: Fri, 3 Jun 2022 12:36:04 +0200 Subject: [PATCH] Fixed term #1553 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e917a13e0..536e59243 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # About cc65 cc65 is a complete cross development package for 65(C)02 systems, including -a powerful macro assembler, a C compiler, linker, librarian and several +a powerful macro assembler, a C compiler, linker, archiver and several other tools. cc65 has C and runtime library support for many of the old 6502 machines. For details look at the [Website](https://cc65.github.io).