Skip to content

Commit cae8d12

Browse files
committed
Update README
1 parent 6562e6e commit cae8d12

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
@@ -52,7 +52,7 @@ https://github.com/apple/swift-package-manager
5252
import TSCBasic
5353
import ProgressSpinnerKit
5454

55-
let spinner = createProgressSpinner(forStream: TSCBasic.stdoutStream, header: " Loading:")
55+
let spinner = progressSpinner(for: TSCBasic.stdoutStream, header: " Loading:")
5656
spinner.start()
5757
// Something on the main thread.
5858
spinner.stop()

0 commit comments

Comments
 (0)