From 59d116c0c522bec9437463835e5d8441b77c9639 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Mon, 16 Nov 2020 18:04:25 +0100 Subject: [PATCH] code example in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d28a0c6..c107fba 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ compiles java 'opcode' to bytecode. project status: early stage * At this moment a complete compile cycle is guaranteed (unittested) for a really simple class. +Code example below, but the API will change without doubt. + ``` BeeSource createEmptyClass() { return BeeSource.builder()