From bfedda976406cfdba32fd5df8bcbcf0e61c2ac5c Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Sat, 12 Aug 2023 17:26:39 -0700 Subject: [PATCH] Link to 5.0 upgrade guide in README, not 4.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d1212ec..00e5595f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Jasmine is a Behavior Driven Development testing framework for JavaScript. It does not rely on browsers, DOM, or any JavaScript framework. Thus it's suited for websites, [Node.js](http://nodejs.org) projects, or anywhere that JavaScript can run. -Upgrading from Jasmine 3.x? Check out the [upgrade guide](https://jasmine.github.io/tutorials/upgrading_to_Jasmine_4.0). +Upgrading from Jasmine 4.x? Check out the [upgrade guide](https://jasmine.github.io/tutorials/upgrading_to_Jasmine_5.0). ## Contributing