From 8a46ced2ede3238eef9fbd4af691a65cf1c7cc2d Mon Sep 17 00:00:00 2001 From: rail5 Date: Sun, 19 Mar 2023 23:58:46 -0400 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8ddc61..63bf7fc 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ In order to achieve this, it never loads any more data into RAM than is currentl Polonius is made up of separate **binary modules**: - The *"reader"*, which outputs a *selected portion* of the contents of a file - The *"editor"*, which interprets editing instructions (*replace*, *insert*, and *remove*) and makes the requested changes to the file - - And the interactive *UI*, which the user interfaces with and which ties together the functionality of the other modules. + - And the interactive *UI*, which ties together the functionality of the other modules. ## Development Progress