From b99cdc49a3bbc66fcc4cda336f440c6c20c1d5c6 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 23 Jan 2016 13:15:24 +0100 Subject: [PATCH] change generation command name --- package.json | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 696e035..8fc5636 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "node": ">=0.10.0" }, "scripts": { - "generate": "github-markdown-css !> github-markdown.css" + "make": "github-markdown-css !> github-markdown.css" }, "files": [ "github-markdown.css" diff --git a/readme.md b/readme.md index 58ce1e4..2e00e1d 100644 --- a/readme.md +++ b/readme.md @@ -45,7 +45,7 @@ See [`generate-github-markdown-css`](https://github.com/sindresorhus/generate-gi ## Dev -Run `npm run generate` to update the CSS. +Run `npm run make` to update the CSS. ## License