From 45c4d6b9b80841947d6ebc4af5046a11b216d598 Mon Sep 17 00:00:00 2001 From: Carl-Erik Kopseng Date: Sun, 5 Nov 2023 21:41:10 +0100 Subject: [PATCH] Remove outdated info from README (#2571) --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8e1c64629..7f2d3d5e7 100644 --- a/README.md +++ b/README.md @@ -39,15 +39,14 @@ via [npm](https://github.com/npm/npm) $ npm install sinon -or via sinon's browser builds available for download on the [homepage](https://sinonjs.org/releases/). There are also [npm based CDNs](https://sinonjs.org/releases#npm-cdns) one can use. +or via Sinon's browser builds available for download on the [homepage](https://sinonjs.org/releases/). +There are also [npm based CDNs](https://sinonjs.org/releases#npm-cdns) one can use. ## Usage See the [sinon project homepage](https://sinonjs.org/) for documentation on usage. -If you have questions that are not covered by the documentation, you can [check out the `sinon` tag on Stack Overflow](https://stackoverflow.com/questions/tagged/sinon) or drop by #sinon.js on irc.freenode.net:6667. - -You can also search through the [Sinon.JS mailing list archives](http://groups.google.com/group/sinonjs). +If you have questions that are not covered by the documentation, you can [check out the `sinon` tag on Stack Overflow](https://stackoverflow.com/questions/tagged/sinon). ## Goals