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.