From b8c24f7eba5539d26a4131318c63d9936b8dd476 Mon Sep 17 00:00:00 2001 From: Samson Ssali Date: Fri, 19 Mar 2021 15:47:31 -0700 Subject: [PATCH] Update README.md (#70) In this particular example, I showcase how to: - send message events only to the target recipient and sender. - disable ssl verification for [Heroku Postgres](https://devcenter.heroku.com/changelog-items/852) - styling with [Sassy Css (Scss - Syntactically Awesome Style Sheet)](https://sass-lang.com/guide) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 883f4fd..dde74af 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ - [Articles and Blog Posts](#articles-and-blog-posts) - [Examples](#examples) - [Feathers-Chat](#feathers-chat) + - [Feathers-Scss-Postgres-Chat-App](https://github.com/jermsam/Feathers-Scss-Postgres-Chat-App) - [React](#react) - [Vue](#vue) - [Angular](#angular)