From dfae178e5ae009fb0be83add8484f15af3c5b08d Mon Sep 17 00:00:00 2001 From: Piotr Plenik Date: Mon, 23 Jan 2017 09:25:13 +0100 Subject: [PATCH] add "Objects and Data Structures" to table of content --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b4b44b..0297941 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ 1. [Introduction](#introduction) 2. [Variables](#variables) 3. [Functions](#functions) + 4. [Objects and Data Structures](#objects-and-data-structures) ## Introduction