You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,14 @@
8
8
A fully customizable React component for copying email from `mailto` links.
9
9
10
10
## 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.
[Try it yourself!](https://devfolioco.github.io/react-copy-mailto/)
18
19
19
20
## Installation and Usage
20
21
@@ -63,7 +64,7 @@ You can customize almost every aspect of this component using the below props, o
63
64
- Install the dependencies
64
65
65
66
```
66
-
yarn
67
+
yarn install
67
68
```
68
69
69
70
- Run the example on the development server
@@ -101,4 +102,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
101
102
<!-- prettier-ignore-end -->
102
103
<!-- ALL-CONTRIBUTORS-LIST:END -->
103
104
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