Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 3f629f7

Browse files
committed
Remove use of --package flag in examples
1 parent 7716990 commit 3f629f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ run them through the Swift REPL,
152152
and test the output with any annotated expectations.
153153

154154
```terminal
155-
$ swift doctest --package path/to/file.swift
155+
$ swift doctest path/to/file.swift
156156
TAP version 13
157157
1..1
158158
not ok 1 - `add(1 1)` did not produce `3.0`
@@ -184,7 +184,7 @@ If we re-run the same command as before,
184184
the tests now pass as expected.
185185

186186
```terminal
187-
$ swift doctest --package path/to/file.swift
187+
$ swift doctest path/to/file.swift
188188
TAP version 13
189189
1..1
190190
ok 1 - `add(1, 1)` produces `2`

0 commit comments

Comments
 (0)