Skip to content

Commit

Permalink
chore(readme): remove Greenkeeper badge
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] committed May 29, 2020
1 parent d60db1a commit c0da685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# toy-robot
[![npm version](https://badge.fury.io/js/toy-robot.svg)](https://badge.fury.io/js/toy-robot) [![Build Status](https://travis-ci.org/cheshirecode/toy-robot.svg?branch=master)](https://travis-ci.org/cheshirecode/toy-robot) [![Coverage Status](https://coveralls.io/repos/github/cheshirecode/toy-robot/badge.svg?branch=master)](https://coveralls.io/github/cheshirecode/toy-robot?branch=master) [![Greenkeeper badge](https://badges.greenkeeper.io/cheshirecode/toy-robot.svg)](https://greenkeeper.io/)
[![npm version](https://badge.fury.io/js/toy-robot.svg)](https://badge.fury.io/js/toy-robot) [![Build Status](https://travis-ci.org/cheshirecode/toy-robot.svg?branch=master)](https://travis-ci.org/cheshirecode/toy-robot) [![Coverage Status](https://coveralls.io/repos/github/cheshirecode/toy-robot/badge.svg?branch=master)](https://coveralls.io/github/cheshirecode/toy-robot?branch=master)

A simple CLI to demonstrate a few concepts:
- [Reading a file line by line for better memory footprint at the cost of slower performance](https://nodejs.org/api/fs.html#fs_fs_createreadstream_path_options)
Expand Down

0 comments on commit c0da685

Please sign in to comment.