From e3477a428ef029ca1215a2be9d4563bf67c0a7f2 Mon Sep 17 00:00:00 2001 From: Agisilaos Tsaraboulidis Date: Fri, 15 Mar 2019 21:58:35 +0200 Subject: [PATCH] README: Bump up the number from 3 to 4 (#58) With SplashMarkdown now there are 4 tools instead of 3 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 14d8310..57f39e3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It's used to highlight all recent articles on [swiftbysundell.com](https://swift ## Usage -Splash can be used either as a library in your own Swift Package Manager-powered tool or script, or by using one of the three built-in command line tools that act as frontends for the Splash library. +Splash can be used either as a library in your own Swift Package Manager-powered tool or script, or by using one of the four built-in command line tools that act as frontends for the Splash library. ### 🌍 On the web @@ -30,10 +30,10 @@ Thanks to my good friend [Gui Rambo](https://twitter.com/_inside), you can [try If you're using Jekyll, there's also a custom ```{% splash %}``` tag available for the Liquid templating language. 👉 [splashtag](https://github.com/mannberg/splashtag) - + ### 🖥 On the command line -The easiest way to get started building things with Splash is to use one of the three built-in command line tools that each enable you to use Splash in different ways. +The easiest way to get started building things with Splash is to use one of the four built-in command line tools that each enable you to use Splash in different ways. #### SplashHTMLGen @@ -176,13 +176,13 @@ To run a tool without installing it, you can use the Swift Package Manager's `ru $ swift run SplashHTMLGen "func hello(world: String) -> Int" ``` -To install all three command line tools globally on your system, use Make: +To install all four command line tools globally on your system, use Make: ``` $ make install ``` -That will install the following three tools in your `/usr/local/bin` folder: +That will install the following four tools in your `/usr/local/bin` folder: ``` SplashHTMLGen