Skip to content

Commit 2950f5b

Browse files
rsmozbriancroom
authored andcommitted
SPM -> SwiftPM
1 parent 696e0dd commit 2950f5b

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
@@ -1,7 +1,7 @@
11
Apple Swift buildpack for Cloud Foundry
22
=======================================
33

4-
This is a Cloud Foundry/Heroku buildpack for Swift app, powered by SPM (Swift Package Manager). It can be used on any Cloud Foundry, and administrators can upload an online (fetch assets from Internet) or offline (is bundled with buildpack assets) variation.
4+
This is a Cloud Foundry/Heroku buildpack for Swift app, powered by SwiftPM (Swift Package Manager). It can be used on any Cloud Foundry, and administrators can upload an online (fetch assets from Internet) or offline (is bundled with buildpack assets) variation.
55

66
Check out a [helloworld](https://github.com/kylef/Curassow-example-helloworld) for a fully working example that can be deployed to any Cloud Foundry.
77

@@ -45,7 +45,7 @@ The buildpack will detect your app as Swift if it has a `Package.swift` file in
4545

4646
### Procfile
4747

48-
Using the `Procfile`, you can set the process to run for your web server. Any binaries built from your Swift source using SPM will be placed in your $PATH.
48+
Using the `Procfile`, you can set the process to run for your web server. Any binaries built from your Swift source using SwiftPM will be placed in your $PATH.
4949

5050
```swift
5151
web: HelloWorld --workers 3 --bind 0.0.0.0:$PORT

0 commit comments

Comments
 (0)