Skip to content

Commit 7a63ae9

Browse files
committed
Fix README
...
1 parent 5bba032 commit 7a63ae9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,15 @@ This repository contains examples for
1313

1414
### Running Examples as Scripts
1515

16-
Single file examples can be run as scripts using the
17-
[swift-sh](https://github.com/mxcl/swift-sh),
16+
Single file examples can be run as scripts using [swift-sh](https://github.com/mxcl/swift-sh),
1817
which can be installed using a simple `brew install swift-sh`.
1918

19+
Example:
20+
```
21+
$ Sources/httpd-helloworld/main.swift
22+
2020-01-07T17:14:35+0100 notice: Server listening on http://localhost:1337/
23+
```
24+
2025
### Who
2126

2227
**Macro** is brought to you by

0 commit comments

Comments
 (0)