Skip to content

Commit 24ae476

Browse files
committed
Syntax highlighting in readme
1 parent 1381d90 commit 24ae476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Swifty bindings for [BearLibTerminal](http://foo.wyrd.name/en:bearlibterminal).
44

55
This repo is compatible with the Swift package manager.
66

7-
```
7+
```swift
88
let terminal = RKTerminal.main
99
terminal.open()
10-
terminal.print(point: RKPoint(x: 0, y: 0,), string: "[color=red]Hi![/color]")
10+
terminal.print(point: RKPoint(x: 0, y: 0), string: "[color=red]Hi![/color]")
1111
terminal.waitForExit()
1212
terminal.close()
1313
```

0 commit comments

Comments
 (0)