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