Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sagansfault authored May 24, 2024
1 parent d0b1a24 commit 7c6374f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# berta
A general computation/mutation pipeline for effectively sequencing and organizing
mutations on any type.
----


Example
```java
void run() {
Expand Down Expand Up @@ -53,4 +54,4 @@ private static final class MyPipeline extends SimplePipeline<MyContext, Double>
return multiplier;
}
}
```
```

0 comments on commit 7c6374f

Please sign in to comment.