Browse Source

Update description wording

pull/1/head
Luke Childs 8 years ago
parent
commit
f05841f1bd
  1. 2
      README.md
  2. 2
      package.json

2
README.md

@ -1,6 +1,6 @@
# merge-images
> Easily compose images together without messing around in canvas
> Easily compose images together without messing around with canvas
[![Build Status](https://travis-ci.org/lukechilds/merge-images.svg?branch=master)](https://travis-ci.org/lukechilds/merge-images)
[![Coverage Status](https://coveralls.io/repos/github/lukechilds/merge-images/badge.svg?branch=master)](https://coveralls.io/github/lukechilds/merge-images?branch=master)

2
package.json

@ -1,7 +1,7 @@
{
"name": "merge-images",
"version": "0.0.0",
"description": "Easily compose images together without messing around in canvas",
"description": "Easily compose images together without messing around with canvas",
"main": "src/index.js",
"scripts": {
"lint": "xo",

Loading…
Cancel
Save