Skip to content

Commit 686baab

Browse files
authored
Update README.md
1 parent 6a984f4 commit 686baab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<p align="center"><img src="docs/images/logo-small.png" width="150" alt="expr logo"></p>
2-
31
# Expr
42
[![Build Status](https://travis-ci.org/antonmedv/expr.svg?branch=master)](https://travis-ci.org/antonmedv/expr)
53
[![Go Report Card](https://goreportcard.com/badge/github.com/antonmedv/expr)](https://goreportcard.com/report/github.com/antonmedv/expr)
64
[![Code Coverage](https://scrutinizer-ci.com/g/antonmedv/expr/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/antonmedv/expr/?branch=master)
75
[![GoDoc](https://godoc.org/github.com/antonmedv/expr?status.svg)](https://godoc.org/github.com/antonmedv/expr)
86

7+
<img src="docs/images/logo-small.png" width="150" alt="expr logo" align="right">
8+
99
**Expr** package provides an engine that can compile and evaluate expressions.
1010
An expression is a one-liner that returns a value (mostly, but not limited to, booleans).
1111
It is designed for simplicity, speed and safety.

0 commit comments

Comments
 (0)