Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
chore: wip
  • Loading branch information
chrisbbreuer committed Mar 5, 2024
1 parent 97b9b16 commit fc8d633
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# A Better Developer Experience

> A reverse proxy for local development with SSL support, custom domains, and more, including a zero-config setup.
> A zero-config reverse proxy for local development with SSL support, custom domains, and more.
## Features

Expand Down Expand Up @@ -60,6 +60,7 @@ reverse-proxy --version
You can also use a configuration file:

```ts
// reverse-proxy.config.ts (or reverse-proxy.config.js)
export default {
'localhost:3000': 'stacks.localhost'
}
Expand All @@ -73,7 +74,7 @@ reverse-proxy start

Your config will be loaded from `reverse-proxy.config.ts` _(or `reverse-proxy.config.js`)_.

Learn more in the [documentation](https://reverse-proxy.sh/).
To learn more, head over to the [documentation](https://reverse-proxy.sh/).

## Testing

Expand Down

0 comments on commit fc8d633

Please sign in to comment.