Update README.md

This commit is contained in:
Franco Meloni 2019-04-19 09:49:53 +01:00 committed by GitHub
parent 7bec1257d6
commit 717bdb08f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ With PackageConfig (https://github.com/orta/PackageConfig) you can put the confi
#if canImport(PackageConfig) #if canImport(PackageConfig)
import PackageConfig import PackageConfig
let config = PackageConfig([ let config = PackageConfiguration([
"rocket": ["steps": "rocket": ["steps":
[ [
["script": ["content": "ruby Scripts/update_changelog.rb"]] ["script": ["content": "ruby Scripts/update_changelog.rb"]]
@ -45,7 +45,7 @@ With PackageConfig (https://github.com/orta/PackageConfig) you can put the confi
"push" "push"
] ]
] ]
]) ]).write()
``` ```
## Default steps ## Default steps