From 1bb161c55a994e647bfb7ec2de93e4a5b306299f Mon Sep 17 00:00:00 2001 From: Oliver Steele Date: Sat, 1 Jul 2017 20:42:47 -0400 Subject: [PATCH] Used Go library names (w/out the github.com/ prefix), to make to two Go implementations not look like an error --- Ports-of-Liquid-to-other-environments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ports-of-Liquid-to-other-environments.md b/Ports-of-Liquid-to-other-environments.md index a978ebf..11551e4 100644 --- a/Ports-of-Liquid-to-other-environments.md +++ b/Ports-of-Liquid-to-other-environments.md @@ -5,8 +5,8 @@ * [CFML-LIQUID](https://github.com/rip747/cfml-liquid) (CFML/ColdFusion) * [liquid.as](https://github.com/prevailhs/liquid.as) (ActionScript 3) * [Liqp](https://github.com/bkiers/Liqp) (Java) -* [Liquid](https://github.com/karlseguin/liquid) (Go) -* [Liquid](https://github.com/osteele/liquid) (Go) +* [karlseguin/liquid](https://github.com/karlseguin/liquid) (Go) +* [osteele/liquid](https://github.com/osteele/liquid) (Go) * [Liquid.NET](https://github.com/mikebridge/Liquid.NET) (C#) * [DotLiquid](https://github.com/dotliquid/dotliquid) (C#/.NET) * [liquid-rust](https://github.com/cobalt-org/liquid-rust) (Rust)