From c670c34067950b75df957c78f8b19276ca85fc37 Mon Sep 17 00:00:00 2001 From: Maximilian Antoni Date: Wed, 9 Aug 2017 22:23:17 +0200 Subject: [PATCH] Fix "npm based CDNs" link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 984dd54d1..9a0af4bc1 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ via [npm](https://github.com/npm/npm) $ npm install sinon -or via sinon's browser builds available for download on the [homepage](http://sinonjs.org/releases/). There are also [NPM based CDNs]((http://sinonjs.org/releases#npm-cdns) one can use. +or via sinon's browser builds available for download on the [homepage](http://sinonjs.org/releases/). There are also [npm based CDNs](http://sinonjs.org/releases#npm-cdns) one can use. ## Usage