Skip to content

Commit d2f716c

Browse files
committed
Replace lt/gt
... TextMate complains (doesn't detect the ```?)
1 parent 371d82c commit d2f716c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,14 @@ Modes:
128128
--clean build|dist [default: build]
129129
130130
Product:
131-
-p, --product <product> [default: directory name]
132-
-d, --destination <dest>
131+
-p, --product <product> [default: directory name]
132+
-d, --destination <dest>
133133
134134
Options:
135135
-v, --verbose
136136
-s, --silent
137137
--static
138-
--static-libs &lt;libs&gt;
138+
--static-libs <libs>
139139
140140
```
141141

@@ -156,9 +156,9 @@ will be used.
156156
Build Options:
157157
--skip-build (do not invoke swift lambda build)
158158
-c, --configuration debug|release [default: debug]
159-
-d, --destination &lt;dest&gt;
159+
-d, --destination <dest>
160160
--static
161-
--static-libs &lt;libs&gt;
161+
--static-libs <libs>
162162
163163
Options:
164164
-v, --verbose

0 commit comments

Comments
 (0)