Skip to content

Commit c0f35a9

Browse files
committed
Fix README.md
1 parent 4937307 commit c0f35a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ a1 = galaxy
6565
-a(0:W q1) +a(W q2).
6666
end
6767
68-
show process #e. #a1. %kill. end
69-
show process #000. #a1. %kill. end
70-
show process #010. #a1. %kill. end
71-
show process #110. #a1. %kill. end
68+
show process #e. #a1. &kill. end
69+
show process #000. #a1. &kill. end
70+
show process #010. #a1. &kill. end
71+
show process #110. #a1. &kill. end
7272
```
7373

7474
More examples can be found in `examples/`.

0 commit comments

Comments
 (0)