Skip to content

Commit f79e86c

Browse files
committed
Oops, my bad :)
1 parent 8de9d52 commit f79e86c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
This code (at the top of the file!):
4343
```
4444
#make name: "android", package: "apk" | name: "windows", package: "exe"
45-
#with name:name package:package
45+
#with name:name, package:package
4646
System.out.println("name");
4747
System.out.println("package");
4848
```
@@ -59,11 +59,10 @@
5959
System.out.println("windows");
6060
System.out.println("exe");
6161
```
62-
63-
## Why `#with name:name package:package`?
62+
63+
Why `#with name:name, package:package`?
6464
because `#with` accepts array of pairs of `string:logic`, and referencing the variable `name` and `package` will make `#with` change its behaviour depending on witch file it is on.
6565

66-
6766
## How to invoke
6867
It could be invoked with the gradle plug (still not completed).
6968
Or it could be invoked using the class `org.jamplate.Jamplate`.

0 commit comments

Comments
 (0)