From 1a85bc816535ab75f644ac4fe2e92d789d8e12be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sat, 3 Feb 2024 11:30:12 +0100 Subject: [PATCH] Update README.md: Typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0de04f5..87ccf39 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ Quick Site Generator 2 is a static website generator inspired by Nikola and writ Well, I wanted something that worked for me and wasn't too complicated and I also like a challenge. -It all started with a simple script I wrote that I called ```myjourney``` to write out a journey I was on. It worked well enough, but soon I wanted to create something else and something more complex. +It all started with a simple script I wrote that I called ```myjourney``` to write about a journey I was on. It worked well enough, but soon I wanted to create something else and something more complex. So I started to write another script I aptly called ```generate```.This also worked really great. It was, however, very limited and not very portable. -The this script was born. It has the same ideas as the first two, but is an almost complete rewrite of ```generate```. It does, however, use some of the same functions and is also more portable. The next steps is to try to use more of the Zsh modules instead of relying on external tools like Perl, sed and awk. In other words, a work in progress. +Then this script was born. It has the same ideas as the first two, but is an almost complete rewrite of ```generate```. It does, however, use some of the same functions and is also more portable. The next steps is to try to use more of the Zsh modules instead of relying on external tools like Perl, sed and awk. In other words, a work in progress. ## What is qsgen2?