diff --git a/README.md b/README.md index a9fc2c5..4da3608 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![](https://img.shields.io/npm/v/xkcd-clone.svg?style=flat-square)](https://www.npmjs.com/package/xkcd-clone) -> Clones the XKCD comics. +> Clones the xkcd comics. ## Usage diff --git a/package.json b/package.json index 9312b2c..a06a5e9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "xkcd-clone", "version": "1.0.7", - "description": "Clone XKCD comics.", + "description": "Clone xkcd comics.", "main": "./lib/index.js", "bin": { "xkcd-clone": "./bin/index.js"