Skip to content

Commit

Permalink
Readme correction
Browse files Browse the repository at this point in the history
  • Loading branch information
joan38 committed Nov 20, 2018
1 parent e20df66 commit 4f69275
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ val deployment = Deployment(
)
)

kubernetesClient.use { client =>
client.deployments.namespace("my-namespace").create(deployment)
}
kubernetesClient.use { client =>
client.deployments.namespace("my-namespace").create(deployment)
}
```


Expand Down

0 comments on commit 4f69275

Please sign in to comment.