diff --git a/README.md b/README.md
index 234faa4..0019386 100644
--- a/README.md
+++ b/README.md
@@ -11,21 +11,30 @@ When you extend the `WebComponent` class for your component, you only have to de
The result is a reactive UI on property changes.
-## Table of Contents
-1. [Import via unpkg](#import-via-unpkg)
-1. [Installation via npm](#installation-via-npm)
-1. [Usage](#usage)
-1. [`template` vs `render()`](#template-vs-render)
-1. [Prop access](#prop-access)
- 1. [Alternatives](#alternatives)
-1. [Quick Start Example](#quick-start-example)
-1. [Life-Cycle Hooks](#life-cycle-hooks)
- 1. [`onInit`](#oninit) - the component is connected to the DOM, before view is initialized
- 1. [`afterViewInit`](#afterviewinit) - after the view is first initialized
- 1. [`onDestroy`](#ondestroy) - the component is disconnected from the DOM
- 1. [`oChanges`](#onchanges) - every time an attribute value changes
-1. [Library Size](#library-size)
-
+Table of Contents
+
+
+
+
+
+
+