Skip to content

Commit 19c688d

Browse files
authored
Update README.md
1 parent b32f28a commit 19c688d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Go Report Card](https://goreportcard.com/badge/github.com/antonmedv/expr)](https://goreportcard.com/report/github.com/antonmedv/expr)
44
[![GoDoc](https://godoc.org/github.com/antonmedv/expr?status.svg)](https://godoc.org/github.com/antonmedv/expr)
55

6-
<img src="docs/images/logo-small.png" width="150" alt="expr logo" align="right">
6+
<img src="https://expr.medv.io/img/logo-small.png" width="150" alt="expr logo" align="right"/>
77

88
**Expr** package provides an engine that can compile and evaluate expressions.
99
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
5656
## Expr Code Editor
5757

5858
<a href="https://bit.ly/expr-code-editor">
59-
<img src="https://antonmedv.github.io/expr/ogimage.png" align="center" alt="Expr Code Editor" width="1200">
59+
<img src="https://antonmedv.github.io/expr/ogimage.png" align="center" alt="Expr Code Editor" width="1200"/>
6060
</a>
6161

6262
Also, I have an embeddable code editor written in JavaScript which allows editing expressions with syntax highlighting and autocomplete based on your types declaration.

0 commit comments

Comments
 (0)