From 57f8a7b94af49be5502b932b1fd23d5fcc85b19a Mon Sep 17 00:00:00 2001 From: Edvins Antonovs Date: Wed, 22 Feb 2023 17:59:32 +0200 Subject: [PATCH] Update README with minor copy changes (#9) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddc3458..f01474b 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,9 @@ supports Node.js and any browser-like runtime. ## Contents - [Usage](#usage) - - [Installation and Setup](#package-installation) - - [Using with Create-React-App](#using-with-create-react-app) + - [Package Installation](#package-installation) + - [Setup for all tests](#to-setup-for-all-tests) + - [Setup for an individual test](#to-setup-for-an-individual-test) - [API](#api) - [Examples](#examples) - [Simple mock and assert](#simple-mock-and-assert)