From e1ee660a6f7298c6cd04b13f8ffc2fd2159aef85 Mon Sep 17 00:00:00 2001 From: "Carlos A. Blanco" Date: Mon, 12 Aug 2019 12:36:14 -0400 Subject: [PATCH 1/2] Fix 'Bot.md' typos I've just fixed some typos I'd found on 'Bot.md'. Also, for some odd reason the tag '[![GitHub Issues]' seems to missing its icon which fixing as well! --- pt/README_TEMPLATES/Bot.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pt/README_TEMPLATES/Bot.md b/pt/README_TEMPLATES/Bot.md index dc23361..0bf7d40 100644 --- a/pt/README_TEMPLATES/Bot.md +++ b/pt/README_TEMPLATES/Bot.md @@ -9,7 +9,7 @@ [![Status](https://img.shields.io/badge/status-active-success.svg)]() [![Platform](https://img.shields.io/badge/platform-reddit-orange.svg)](https://www.reddit.com/user/Wordbook_Bot) - [![GitHub Issues](https:/img.shields.io/github/issues/kylelobo/The-Documentation-Compendium.svg)](https://github.com/kylelobo/The-Documentation-Compendium/issues) + [![GitHub Issues](https://img.shields.io/github/issues/kylelobo/The-Documentation-Compendium.svg)](https://github.com/kylelobo/The-Documentation-Compendium/issues) [![GitHub Pull Requests](https://img.shields.io/github/issues-pr/kylelobo/The-Documentation-Compendium.svg)](https://github.com/kylelobo/The-Documentation-Compendium/pulls) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE) @@ -21,7 +21,7 @@

-## 📝 Table of Contents +## 📝 Índice + [Sobre](#sobre) + [Demonstração / Protótipo](#demonstracao) + [Como Funciona](#como_funciona) @@ -117,7 +117,7 @@ Confira um exemplo de como realizar o deployment de seu bot, estas são as minha + **Heroku**: https://github.com/kylelobo/Reddit-Bot#deploying_the_bot -## ⛏️ Contruído Usando +## ⛏️ Feito Com + [PRAW](https://praw.readthedocs.io/en/latest/) - Python Reddit API Wrapper + [Heroku](https://www.heroku.com/) - Plataforma de Hospedagem SaaS From 2d24efdda48209c0fa71a425c8828cbd9236201e Mon Sep 17 00:00:00 2001 From: Kyle Lobo Date: Mon, 12 Aug 2019 22:19:38 +0530 Subject: [PATCH 2/2] Update Bot.md --- pt/README_TEMPLATES/Bot.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pt/README_TEMPLATES/Bot.md b/pt/README_TEMPLATES/Bot.md index 0bf7d40..9a91ba0 100644 --- a/pt/README_TEMPLATES/Bot.md +++ b/pt/README_TEMPLATES/Bot.md @@ -28,7 +28,7 @@ + [Uso](#uso) + [Primeiros Passos](#primeiros_passos) + [Realizando o Deploying de Seu Próprio Bot](#deployment) -+ [Contruído Usando](#construido_usando) ++ [Feito Com](#feito_com) + [TODO](../TODO.md) + [Contribuiçōes](../CONTRIBUTING.md) + [Autores](#autores) @@ -117,7 +117,7 @@ Confira um exemplo de como realizar o deployment de seu bot, estas são as minha + **Heroku**: https://github.com/kylelobo/Reddit-Bot#deploying_the_bot -## ⛏️ Feito Com +## ⛏️ Feito Com + [PRAW](https://praw.readthedocs.io/en/latest/) - Python Reddit API Wrapper + [Heroku](https://www.heroku.com/) - Plataforma de Hospedagem SaaS