Skip to content

Commit

Permalink
'moji
Browse files Browse the repository at this point in the history
  • Loading branch information
omkarmoghe committed Mar 25, 2024
1 parent f159105 commit 92f447f
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
@@ -1,4 +1,4 @@
# Expressive
# Expressive 🧠

A simple and flexible pure Ruby library for building and evaluating expressions.

Expand Down Expand Up @@ -159,7 +159,7 @@ environment.evaluate(variable_score_a) #=> 100

### Beyond math

`Scalars` and `Variables` can hold any type of value that's JSON serializable. This allows for more complex use cases such as:
The examples throughout the README show simple arithmetic to illustrate the mechanics of the library. However, `Scalars` and `Variables` can hold any type of value that's JSON serializable, which allows for more complex use cases such as:

#### Logical statements

Expand Down

0 comments on commit 92f447f

Please sign in to comment.