From 4cc9328b4abab805732b59537070f41a9aa306d3 Mon Sep 17 00:00:00 2001 From: Oleg <122110256+operagxsasha@users.noreply.github.com> Date: Fri, 23 Aug 2024 19:33:25 +0300 Subject: [PATCH] Fix typo Update README Fix typo Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1df18ba7..173145f0e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ ## Introduction -Liquid is a template engine which was written with very specific requirements: +Liquid is an open-source template language created by [Shopify](https://www.shopify.com/) and written in Ruby. It is +the backbone of Shopify themes and is used to load dynamic content on storefronts. * It has to have beautiful and simple markup. Template engines which don't produce good looking markup are no fun to use. * It needs to be non evaling and secure. Liquid templates are made so that users can edit them. You don't want to run code on your server which your users wrote.