From ad507ec50769ada2e270fa5adb3feee6b782107d Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Wed, 16 Feb 2022 10:56:11 -0800 Subject: [PATCH] Put the emoji after the headlines to make them a little more readable --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9198208a8..a0e64608f 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,13 @@ We also have a free hosted version of Omnivore at [omnivore.app](https://omnivor omnivore-readme-screenshot -## :speech_balloon: Join us on Discord! +## Join us on Discord! :speech_balloon: We're building our community on Discord. [Join us!](https://discord.gg/h2z5rppzz9) Read more about Omnivore on our blog. -## :tada: Shoutouts +## Shoutouts :tada: Omnivore takes advantage of some great open source software: @@ -46,7 +46,7 @@ Omnivore takes advantage of some great open source software: * [Mozilla Readability](https://github.com/mozilla/readability) - We use Mozilla's Readability library to make pages easier to read. -## :computer: How to setup local development +## How to setup local development :computer: The easiest way to get started with local development is to use `docker-compose up`. This will start a postgres container, our web frontend, an API server, and our content fetching microservice.