Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Apr 20, 2024
1 parent f6c26a6 commit 63e6f57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ client.startPortForward();
Once done with development or testing, you can stop the port forwarding and remove the Helm chart:

```js
// stop port forwarding AND
// stop port forwarding
// remove the deployed release from your Kubernetes cluster
client.undeploy();

Expand Down
2 changes: 1 addition & 1 deletion ci/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ client.startPortForward();
Once done with development or testing, you can stop the port forwarding and remove the Helm chart:

```js
// stop port forwarding AND
// stop port forwarding
// remove the deployed release from your Kubernetes cluster
client.undeploy();

Expand Down
2 changes: 1 addition & 1 deletion js/starshipjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ client.startPortForward();
Once done with development or testing, you can stop the port forwarding and remove the Helm chart:

```js
// stop port forwarding AND
// stop port forwarding
// remove the deployed release from your Kubernetes cluster
client.undeploy();

Expand Down

0 comments on commit 63e6f57

Please sign in to comment.