Skip to content

Commit

Permalink
Minor tweaks to README
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-hardcheese committed May 5, 2024
1 parent 38c4e97 commit 6b5303d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Some high level features available via config file without extending the runtime

## Why

The delegator is currently offered in one of two variants, both as a standalone edge layer, as well as an in-progress realization of a broader ecosystem.
The delegator is currently offered in one of two variants, both as a [standalone edge layer](https://github.com/blast-hardcheese/delegator/tree/master), as well as an in-progress realization of a [broader ecosystem](https://github.com/blast-hardcheese/delegator/tree/develop).

## How

Expand Down Expand Up @@ -96,6 +96,7 @@ Preparing to bind to 0.0.0.0:8080

```bash
$ curl localhost:8080/hello --json '{}'
"Hello, World!"
```

... you'll see (in the access logs,) /world accessed by `delegator/0.1.0`, as well as /hello accessed by cURL:
Expand Down

0 comments on commit 6b5303d

Please sign in to comment.