Skip to content

Commit

Permalink
add new travis.com integration
Browse files Browse the repository at this point in the history
  • Loading branch information
christophervoigt committed Aug 21, 2021
1 parent ec09f0f commit 9c8dfa9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
# jeffsum

Jeff Goldblum text placeholder generator of pure amazingness. (original by @seanehalpin)

[![Build Status](https://travis-ci.org/chlorophyllkid/jeffsum.svg?branch=master)](https://travis-ci.org/chlorophyllkid/jeffsum)
[![Build Status](https://app.travis-ci.com/chlorophyllkid/jeffsum.svg?branch=master)](https://app.travis-ci.com/github/chlorophyllkid/jeffsum)
[![dependencies Status](https://david-dm.org/chlorophyllkid/jeffsum/status.svg)](https://david-dm.org/chlorophyllkid/jeffsum)
[![NPM Version](http://img.shields.io/npm/v/jeffsum.svg?style=flat)](https://www.npmjs.com/package/jeffsum)
[![NPM Downloads](https://img.shields.io/npm/dm/jeffsum.svg?style=flat)](https://npmcharts.com/compare/jeffsum?minimal=true)

## Install

```
npm install jeffsum -D
```

## Usage

```
import jeffsum from 'jeffsum'
Expand All @@ -26,8 +29,8 @@ const sentences = jeffsum(5, 'sentences');

**textType** - Possible options are `'characters'`, `'words'`, `'sentences'`. (defaults to `'sentences'`)


## Licence

Original idea by [@seanehalpin](https://twitter.com/seanehalpin).

This library was written by [Christopher Voigt](https://twitter.com/chlorophyllkid)
Expand Down

0 comments on commit 9c8dfa9

Please sign in to comment.