Skip to content

Commit

Permalink
fixed some grammar and spelling in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robbert229 authored Sep 28, 2022
1 parent 77fd8a1 commit 12f63f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 12f63f4

Please sign in to comment.