Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iabudiab committed Dec 13, 2020
1 parent af96c9f commit eb26370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import PackageDescription

let package = Package(
name: "swiftkube-modelgen",
name: "SwiftkubeModelGen",
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", from: "0.3.0"),
.package(url: "https://github.com/stencilproject/Stencil", from: "0.13.1"),
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ swift build
Run the script:

```shell
swiftkube-modelgen --api-version v1.18.9 --templates templates/model --output <path for generated model>
SwiftkubeModelGen --api-version v1.18.9 --templates templates/model --output <path for generated model>
```

0 comments on commit eb26370

Please sign in to comment.