From 6b8caf9e98b8ed88c2254e3ad07b82bea8343b3c Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Tue, 28 Jun 2016 13:07:32 +0200 Subject: [PATCH] One of two ways --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 3cae64a..bb6e0c4 100644 --- a/FAQ.md +++ b/FAQ.md @@ -22,7 +22,7 @@ A 'cli' is a [command-line interface](https://en.wikipedia.org/wiki/Command-line ## How do I incorporate BASH3 Boilerplate into my own project? -You can incorporate BASH3 Boilerplate into your project in one of three ways: +You can incorporate BASH3 Boilerplate into your project in one of two ways: 1. Copy the desired portions of [main.sh](https://github.com/kvz/bash3boilerplate/blob/master/main.sh) into your own script. 1. Download [main.sh](https://github.com/kvz/bash3boilerplate/blob/master/main.sh) and start pressing the delete-key for unwanted things