From 78a6671288c554ac6424e51a8897473d68197664 Mon Sep 17 00:00:00 2001 From: Limon Monte <limon.monte@gmail.com> Date: Mon, 23 Apr 2018 10:31:41 +0300 Subject: [PATCH] chore(readme): add installation guide --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a236fff..38389e8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,13 @@ The following options can be React elements: - cancelButtonText - footer -## Example +## Installation + +``` +npm install --save sweetalert2 sweetalert2-react-content +``` + +## Usage Example ```jsx import Swal from 'sweetalert2'