From 19c688d6decc9dc4ab9de53f206062e8b3513cc5 Mon Sep 17 00:00:00 2001 From: Anton Medvedev Date: Wed, 8 Feb 2023 21:25:12 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 477589356..717fa504a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/antonmedv/expr)](https://goreportcard.com/report/github.com/antonmedv/expr) [![GoDoc](https://godoc.org/github.com/antonmedv/expr?status.svg)](https://godoc.org/github.com/antonmedv/expr) -expr logo +expr logo **Expr** package provides an engine that can compile and evaluate expressions. An expression is a one-liner that returns a value (mostly, but not limited to, booleans). @@ -56,7 +56,7 @@ go get github.com/antonmedv/expr ## Expr Code Editor - Expr Code Editor + Expr Code Editor Also, I have an embeddable code editor written in JavaScript which allows editing expressions with syntax highlighting and autocomplete based on your types declaration.