Skip to content

Commit cd214c3

Browse files
authored
Merge pull request #2232 from isurindu/patch-1
Update README.md
2 parents e9ad1c4 + d15651a commit cd214c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var namespace = {
5050
},
5151
};
5252

53-
k8sApi.createNamespace(namespace).then(
53+
k8sApi.createNamespace({ body: namespace }).then(
5454
(response) => {
5555
console.log('Created namespace');
5656
console.log(response);

0 commit comments

Comments
 (0)