Skip to content

Commit fee058d

Browse files
committed
fix: add table of contents to top-level readme
1 parent 325d6b4 commit fee058d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,19 @@ and provides step-by-step migration instructions to v3.
2626
To test your universal JavaScript code in Node.js, browser and react-native environments,
2727
visit our [code samples repo](https://github.com/aws-samples/aws-sdk-js-tests).
2828

29-
## Getting started
29+
# Table of Contents
30+
31+
1. [Getting Started](#getting-started)
32+
1. [New Features](#new-features)
33+
1. [Modularized packages](#modularized-packages)
34+
1. [API consistency changes](#api-changes)
35+
1. [Configuration](#configuration)
36+
1. [Middleware Stack](#Middleware)
37+
1. [How to upgrade](#other-changes)
38+
1. [Install from Source](#install-from-Source)
39+
1. [Giving feedback and contributing](#giving-feedback-and-contributing)
40+
41+
## Getting Started
3042

3143
Let’s walk through setting up a project that depends on DynamoDB from the SDK and makes a simple service call. The following steps use yarn as an example. These steps assume you have Node.js and yarn already installed.
3244

0 commit comments

Comments
 (0)