Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Nov 15, 2024
1 parent e2f280d commit 9071151
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/readme/embedding.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

## Overview

The main purpose for embedding Venice in Java applications is to use Venice as an expression
or rules engine.
The purpose for embedding Venice in Java applications is to use Venice as an expression, rules,
or scripting engine.

Precompiling these Venice expressions or rules results in performance improvement that can be
Precompiling Venice expressions or rules results in performance improvement that can be
pretty impressive. See the Precompilation Performance Benchmark further down.

For security reasons it might be necessary to establish a **sandbox** for the Venice expressions
and rules.
For security reasons it might be necessary to establish a **sandbox** for executing Venice
expressions, rules, or scripts.


### A simple example:
Expand Down

0 comments on commit 9071151

Please sign in to comment.