Skip to content

Commit 28ccd0d

Browse files
committed
Remove experimental and fix typos
1 parent a76f661 commit 28ccd0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
[![GitHub Release](https://img.shields.io/github/tag/StyraInc/opa-java-wasm.svg?style=flat&color=green)](https://github.com/StyraInc/opa-java-wasm/tags)
33
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.styra.opa/opa-java-wasm/badge.svg?style=flat&color=green)](https://central.sonatype.com/artifact/com.styra.opa/opa-java-wasm)
44

5-
# Open Policy Agent WebAssembly Java SDK (experimental)
5+
# Open Policy Agent WebAssembly Java SDK
66

77
This is an SDK for using WebAssembly(wasm) compiled [Open Policy Agent](https://www.openpolicyagent.org/) policies
88
with Java powered by [Chicory](https://github.com/dylibso/chicory), a pure Java Wasm interpreter.
99

1010
Initial implementation was based
11-
on [Open Policy Agent WebAssemby NPM Module](https://github.com/open-policy-agent/npm-opa-wasm)
11+
on [Open Policy Agent WebAssembly NPM Module](https://github.com/open-policy-agent/npm-opa-wasm)
1212
and [Open Policy Agent WebAssembly dotnet core SDK](https://github.com/me-viper/OpaDotNet)
1313

1414
## Why
@@ -73,7 +73,7 @@ import com.styra.opa.wasm.OpaPolicy;
7373
var policy = OpaPolicy.builder().withPolicy(policyWasm).build();
7474
```
7575

76-
The `policyWasm` ca be a variety of things, including raw byte array, `InputStream`, `Path`, `File`.
76+
The `policyWasm` can be a variety of things, including raw byte array, `InputStream`, `Path`, `File`.
7777
The content should be the compiled policy Wasm file, a valid WebAssembly module.
7878

7979
For example:

0 commit comments

Comments
 (0)