Skip to content

Commit

Permalink
Remove assets/
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmonette committed Jul 5, 2019
1 parent 66c9d29 commit 0ed7f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="./assets/title.png" alt="Feed for Node.js" width="326">
<img src="https://user-images.githubusercontent.com/1114325/60746552-2c059a00-9f77-11e9-9632-e21dea9dd06b.png" alt="Feed for Node.js" width="326">
<br>
<a href="https://travis-ci.org/jpmonette/feed"><img src="https://travis-ci.org/jpmonette/feed.svg?branch=master" alt="Build Status"></a> <a href='https://coveralls.io/github/jpmonette/feed?branch=master'><img src='https://coveralls.io/repos/github/jpmonette/feed/badge.svg?branch=master' alt='Coverage Status' /></a> <a href="https://badge.fury.io/js/feed"><img src="https://badge.fury.io/js/feed.svg" alt="npm version" height="18"></a> <a href="https://github.com/facebook/jest"><img src="https://img.shields.io/badge/tested_with-jest-99424f.svg" alt="Tested with Jest"></a> <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
</p>
Expand Down Expand Up @@ -110,7 +110,7 @@ If you are migrating from a version older than `3.0.0`, be sure to update your i
If your environment supports the ES6 module syntax, you can `import` as described above:

```ts
import { Feed } from 'feed';
import { Feed } from "feed";
```

Otherwise, you can stick with `require()`:
Expand All @@ -120,7 +120,6 @@ Otherwise, you can stick with `require()`:
+ const Feed = require('feed').Feed;
```


## More Information

- Follow [@jpmonette](https://twitter.com/jpmonette) on Twitter for updates
Expand Down
Binary file removed assets/title.png
Binary file not shown.

0 comments on commit 0ed7f3e

Please sign in to comment.