From 4c8e6062b25e5f356db598886b45feaf032f630a Mon Sep 17 00:00:00 2001 From: ydah <13041216+ydah@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:49:24 +0900 Subject: [PATCH] Add some table of contents item in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d6fbe9e39..a0ea6b9ba 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ The `irb` command from your shell will start the interpreter. - [Extending IRB](#extending-irb) - [Development](#development) - [Contributing](#contributing) + - [Set up the environment](#set-up-the-environment) + - [Run integration tests](#run-integration-tests) - [Releasing](#releasing) - [License](#license)