From 0313f3805e1c33f1c0a26690d90d92acfb17f9fe Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Wed, 16 Feb 2022 10:53:17 -0800 Subject: [PATCH] Add emoji to the README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32ae41363..9198208a8 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 -## Join us on Discord! +## :speech_balloon: Join us on Discord! We're building our community on Discord. [Join us!](https://discord.gg/h2z5rppzz9) Read more about Omnivore on our blog. -## Shoutouts +## :tada: Shoutouts 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. -## How to setup local development +## :computer: How to setup local development 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.