Skip to content

Commit

Permalink
Add import example to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-paul committed Dec 31, 2024
1 parent dbf061a commit 33c66d0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ aya> :(example.instruction2)
aya>
```

You can also use the import statement to load the jar. This will not return the list of loaded operators

```
aya> import "target/aya-library-example-1.0-SNAPSHOT.jar"
aya> :(example.instruction)
"hello, world"
```

## Building

### Install Aya
Expand Down

0 comments on commit 33c66d0

Please sign in to comment.