Skip to content

Commit 90c2fc6

Browse files
Updated Readme (#52)
The following ergonomic changes were made : 1. yarn install is the command used to install dependencies not simply yarn. This was modified. 2. Added the link for the demo which was not present earlier. 3. I couldn't help but notice that there were several subject-verb agreement related grammatical errors. Fixed it.
1 parent 12e923a commit 90c2fc6

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@
88
A fully customizable React component for copying email from `mailto` links.
99

1010
## Motivation
11-
The one thing we all can agree on that we hate it when the default mail app pops up after clicking on the `mailto` links. Most of the time we just want to copy the email address and that's where this module comes into play. Big shout out to [Kuldar](https://twitter.com/kkuldar) whose tweet [thread](https://twitter.com/kkuldar/status/1270736717939716097) inspired us to build this.
11+
The one thing we can all agree on is that we hate it when the default mail app pops up after clicking on the `mailto` link. Most of the time we just want to copy the email address and that's where this module comes into play. Big shout out to [Kuldar](https://twitter.com/kkuldar) whose tweet [thread](https://twitter.com/kkuldar/status/1270736717939716097) inspired us to build this.
1212

1313

1414
## Demo
1515

16-
![here](https://media.giphy.com/media/MEYN4oO6FZan5wXQ3w/giphy.gif)
16+
![here](https://media.giphy.com/media/MEYN4oO6FZan5wXQ3w/giphy.gif)
1717

18+
[Try it yourself!](https://devfolioco.github.io/react-copy-mailto/)
1819

1920
## Installation and Usage
2021

@@ -63,7 +64,7 @@ You can customize almost every aspect of this component using the below props, o
6364
- Install the dependencies
6465

6566
```
66-
yarn
67+
yarn install
6768
```
6869

6970
- Run the example on the development server
@@ -101,4 +102,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
101102
<!-- prettier-ignore-end -->
102103
<!-- ALL-CONTRIBUTORS-LIST:END -->
103104

104-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
105+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind are welcome!

0 commit comments

Comments
 (0)