Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Mar 5, 2024
1 parent e2f1350 commit 61b2aa5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 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.
> A reverse proxy for local development with SSL support, custom domains, and more, including a zero-config setup.
## Features

Expand All @@ -18,6 +18,7 @@
- Auto HTTP to HTTPS Redirection
- `/etc/hosts` Management
- Dependency-free Binary
- Zero-config Setup

## Install

Expand Down Expand Up @@ -64,13 +65,14 @@ export default {
}
```

Then run:
_Then run:_

```bash
reverse-proxy start
```

And your config will be loaded from `reverse-proxy.config.ts` _(or `reverse-proxy.config.js`)_. Learn more in the docs.
Your config will be loaded from `reverse-proxy.config.ts` _(or `reverse-proxy.config.js`)_.
Learn more in the docs.

## Testing

Expand Down

0 comments on commit 61b2aa5

Please sign in to comment.