Skip to content

Commit 423aaa8

Browse files
committed
Update readme
1 parent a8e2efa commit 423aaa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Simple framework to run shell commands, fast.
44

5-
```
5+
```swift
66
// -- run and get result --
77
let output = Shell.run("ls")
88
if let err = output.error() {

0 commit comments

Comments
 (0)