Skip to content

Commit

Permalink
more mdlint
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-block committed Oct 31, 2023
1 parent 2233c2f commit 3871c0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Given that we're still in early stages of development, this contribution guide w
- [Working on the issue](#working-on-the-issue)
- [Pull Requests](#pull-requests)
- [Development](#development)
- [Running tests](#running-tests)
- [Running tests](#tests)
- [Code Style](#code-style)
- [Code Guidelines](#code-guidelines)
- [Available NPM Commands](#available-npm-commands)
Expand Down
8 changes: 4 additions & 4 deletions charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Installing this chart requires [having helm installed locally](https://helm.sh/d

Once Kubernetes and Helm are ready:

```
```bash
git clone https://github.com/TBD54566975/dwn-server.git
cd dwn-server/charts
helm upgrade --install --namespace dwn-server dwn-server .
Expand All @@ -20,17 +20,17 @@ By default, the dwn-server that's deployed is only accessible from with the Kube

To access the dwn-server from within the cluster:

```
```bash
kubectl port-forward -n dwn-server service/dwn-server 3000:80
```

You can then, in another terminal window, confirm everything is working by running:

```
```bash
curl localhost:3000
```

Which should return the message "please use a web5 client, for example: https://github.com/TBD54566975/web5-js"
Which should return the message "please use a web5 client"

## Chart Values

Expand Down

0 comments on commit 3871c0c

Please sign in to comment.