From 73a8331c2c5d3ae80f605023a6b546aa65870574 Mon Sep 17 00:00:00 2001 From: Coston Perkins Date: Fri, 12 Jun 2020 08:14:46 -0500 Subject: [PATCH] chore: add dalbitresb12 as contributor --- readme.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index ab36773d..6602e520 100644 --- a/readme.md +++ b/readme.md @@ -30,21 +30,21 @@ npm install --save react-obfuscate ### Input ```js -import React from "react"; -import Obfuscate from "react-obfuscate"; +import React from 'react'; +import Obfuscate from 'react-obfuscate'; export default () => (

Phone:
- Email:{" "} + Email:{' '}

@@ -113,9 +113,9 @@ Example Case: ```js
- +
- +
``` @@ -126,7 +126,7 @@ With the `element` prop, users can obfuscate any element, like paragraphs or hea Example Case: ```js - + This paragraph is more secret than others. ``` @@ -141,6 +141,7 @@ react-obfuscate is awesome thanks to these community members: - [mic](https://github.com/mic) - [ravinggenius](https://github.com/ravinggenius) - [charlesbdudley](https://github.com/charlesbdudley) +- [dalbitresb12](https://github.com/dalbitresb12) ## Contributing