From 80e5d562d949e13d489e1a47b99e79f51603bb1d Mon Sep 17 00:00:00 2001 From: James Pederson Date: Sat, 6 Apr 2019 15:18:37 -0500 Subject: [PATCH] Fix built with grunt image url. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efa4f3f..875ece0 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ bower install accruejs To contribute, you'll need [nodejs](http://nodejs.org/) and [Grunt](http://gruntjs.com/) installed. Fork and clone the repo, then visit the directory in the terminal and type `npm install`. After that you can simply run the `grunt` command to watch the files in the project. It'll automatically lint, test, compile, and minify the plugin files so you can just code. -[![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/) +[![Built with Grunt](https://gruntjs.com/cdn/builtwith.png)](http://gruntjs.com/) *****