From 982a91ca6f4836a0f26c9a7eea5fe9f759390d24 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 20 Jun 2018 13:24:36 +1000 Subject: [PATCH] Added introduction. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 893833a..c8b3bb6 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ scripts and not full blown utilities. -* [Introduction](#introduction) +* [Foreword](#foreword) * [Strings](#strings) * [Trim leading and trailing white-space from string](#trim-leading-and-trailing-white-space-from-string) * [Trim all white-space from string and truncate spaces](#trim-all-white-space-from-string-and-truncate-spaces) @@ -158,7 +158,7 @@ scripts and not full blown utilities.
-# Introduction +# Foreword A collection of pure `bash` alternatives to external processes and programs. The `bash` scripting language is more powerful than people realise and you can accomplish most tasks without the need or dependency of external programs.