From 0166c105bb4d61721469bc7d2e897269381a61e0 Mon Sep 17 00:00:00 2001 From: Luca Dillenburg Date: Thu, 27 Aug 2020 00:55:19 -0300 Subject: [PATCH] :pencil: DOCS: Add Contribution --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4000b40..2f7695c 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,11 @@ I also want to understand how a computer works behind the curtains and maybe do --- ## 🔖 Table of Contents -- [The Idea](#the-idea) -- [How does a computer work behind the curtains?](#how-does-a-computer-work-behind-the-curtains) -- [Steps to run the machine with your program](#steps-to-run-the-machine-with-your-program) -- [Code Examples](#code-examples) +#### 1. [The Idea](#the-idea) +#### 2. [How does a computer work behind the curtains?](#how-does-a-computer-work-behind-the-curtains) +#### 3. [Steps to run the machine with your program](#steps-to-run-the-machine-with-your-program) +#### 4. [Code Examples](#code-examples) +#### 5. [Contributing Guidelines](https://github.com/Open-Machine/Organization-README/blob/master/CONTRIBUTION.md) ---