From 6d37bb7bac6d04f96ca66548b9712a30a1ae7e02 Mon Sep 17 00:00:00 2001 From: neuecc Date: Sun, 17 May 2020 07:50:05 +0000 Subject: [PATCH] docs: update TOC --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index e804ca5..69752f2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ + + +## Table of Contents + +- [UniTask](#unitask) + - [Getting started](#getting-started) + - [`UniTask`](#unitaskt) + - [Cancellation and Exception handling](#cancellation-and-exception-handling) + - [Progress](#progress) + - [UniTaskTracker](#unitasktracker) + - [Reusable Promises](#reusable-promises) + - [awaitable Events](#awaitable-events) + - [async void vs async UniTask/UniTaskVoid](#async-void-vs-async-unitaskunitaskvoid) + - [For Unit Testing](#for-unit-testing) + - [Method List](#method-list) + - [UPM Package](#upm-package) + - [License](#license) + + + UniTask === [![GitHub Actions](https://github.com/Cysharp/UniTask/workflows/Build-Debug/badge.svg)](https://github.com/Cysharp/UniTask/actions) [![Releases](https://img.shields.io/github/release/Cysharp/UniTask.svg)](https://github.com/Cysharp/UniTask/releases)