Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.

Commit 6e4165d

Browse files
author
Kent C. Dodds
authored
docs(readme): improve messaging.
1 parent ec60c7c commit 6e4165d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# stack-overflow-copy-paste
22

3+
> A collection of utility JavaScript functions copy/pasted and slightly modified from StackOverflow answers 😀
4+
> (Not intended to be used in actual programs)
5+
36
[![travis build](https://img.shields.io/travis/eggheadio-github/stack-overflow-copy-paste.svg?style=flat-square)](https://travis-ci.org/eggheadio-github/stack-overflow-copy-paste)
47
[![codecov coverage](https://img.shields.io/codecov/c/github/eggheadio-github/stack-overflow-copy-paste.svg?style=flat-square)](https://codecov.io/github/eggheadio-github/stack-overflow-copy-paste)
58
[![version](https://img.shields.io/npm/v/stack-overflow-copy-paste.svg?style=flat-square)](http://npm.im/stack-overflow-copy-paste)
@@ -9,10 +12,9 @@
912
[![PRs Welcome](https://img.shields.io/badge/prs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
1013
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](http://commitizen.github.io/cz-cli/)
1114

15+
This repo is used as the basis for an [Egghead.io](https://egghead.io) series entitled: [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)
1216

13-
This is a collection of utility JavaScript functions copy/pasted and slightly modified from StackOverflow answers 😀
14-
15-
This repo is used as the basis for an [Egghead.io](https://egghead.io) series I'm working on entitled: [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)
17+
This repository exists as a resource for people to learn how to contribute to open source in a safe and friendly environment. Feel free to watch the video series and then contribute to this project. See the [contributing guidelines](https://github.com/eggheadio-github/stack-overflow-copy-paste/blob/master/CONTRIBUTING.md).
1618

1719
## Usage
1820

0 commit comments

Comments
 (0)