From 5e2b31464b740ad5c1983a076c3a8d47ae299e7f Mon Sep 17 00:00:00 2001 From: Heitor Ramon Ribeiro Date: Fri, 22 Apr 2022 16:23:36 -0300 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3833ddb..ea2fb33 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,11 @@ ### Stay connected -![GitHub Repo stars](https://img.shields.io/github/stars/vuestorefront/vue-storefront?style=social) -![Twitter Follow](https://img.shields.io/twitter/follow/vuestorefront?style=social) -![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCkm1F3Cglty3CE1QwKQUhhg?style=social) +[![GitHub Repo stars](https://img.shields.io/github/stars/vuestorefront/vue-storefront?style=social)](https://github.com/vuestorefront/vue-storefront) +[![Twitter Follow](https://img.shields.io/twitter/follow/vuestorefront?style=social)](https://twitter.com/vuestorefront) +[![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCkm1F3Cglty3CE1QwKQUhhg?style=social)](https://www.youtube.com/c/VueStorefront) [![Discord](https://img.shields.io/discord/770285988244750366?label=join%20discord&logo=Discord&logoColor=white)](https://discord.vuestorefront.io) - ElasticSearch Query builder from the abstract "SearchQuery" object used by `storefront-api`, `vue-storefront-api` and `vue-storefront` projects. The idea is, that the user can create the query in a pretty abstract way and get the `ElasticSearch` or potentially different query in return. Some nice extension ideas could be to add `mongodb` support or `SQL` support as well.