From 12f63f457e39deb004afc343c76268dd75f6d437 Mon Sep 17 00:00:00 2001 From: John Rowley Date: Wed, 28 Sep 2022 16:06:20 -0700 Subject: [PATCH] fixed some grammar and spelling in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2a0f3dc906..01f77d8984e 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ _The code of this demo is available in [`thomaspoignant/go-feature-flag-demo`](h ## Can I use GO Feature Flag with another language? -Originally GO Feature Flag was build to be a GOlang only libraries, but it limits too much the echo system. +Originally GO Feature Flag was built to be a GOlang only library, but it limits the ecsystem too much. To be compatible with more language we have implemented the [GO Feature Flag Relay Proxy](https://github.com/thomaspoignant/go-feature-flag-relay-proxy). It is a service you can host that provides an API to evaluate your flags, you can call it using HTTP to get your variation.