Skip to content

Commit

Permalink
Fix Expr Code Editor url
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Dec 3, 2023
1 parent c89be6a commit 96377f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ go get github.com/expr-lang/expr
## Expr Code Editor

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

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

[Learn more →](https://antonmedv.github.io/expr/)
[Learn more →](https://expr-lang.github.io/expr/)

## Examples

Expand Down

0 comments on commit 96377f2

Please sign in to comment.