From 026c365e50d9e602a5ec22501eb016a3ae515345 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Mon, 22 Jan 2024 22:09:43 +0200 Subject: [PATCH] updated readme a bit --- README | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README b/README index 8993399..82e2350 100644 --- a/README +++ b/README @@ -108,10 +108,9 @@ instead of hexadecimal as POSIX AWK does not support hex literals. Because awlite is versioned in terms of functionality. A direct one-to-one port would have the same 1.5 version, and every slight improvement adds a new -subversion, i.e. bumps the version number by 0.0.1. Stable subversions tend to -have even numbers, testing subversions tend to have odd numbers. Also, every -new command set implementation bumps the version number by 0.1, indicating -that it's no longer fully command-to-command compatible with the previous one. +subversion, i.e. bumps the version number by 0.0.1, whereas every new command +set implementation bumps the version number by 0.1, indicating that it's no +longer fully command-to-command compatible with the previous one. The first published awlite version was 1.5.8, meaning 8 minor improvements. - How large is awlite?