posthog-js 1.78.4 → 1.78.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -9,7 +9,7 @@ This README is intended for developing the library itself.
9
9
  ## Testing
10
10
 
11
11
  Unit tests: run `yarn test`.
12
- Cypress: run `yarn serve` to have a test server running and separately `yarn cypress` to launch Cypress test engine.
12
+ Cypress: run `yarn start` to have a test server running and separately `yarn cypress` to launch Cypress test engine.
13
13
 
14
14
  ### Running TestCafe E2E tests with BrowserStack
15
15