Skip to content

Commit

Permalink
fix constant
Browse files Browse the repository at this point in the history
  • Loading branch information
rawleyfowler committed Mar 4, 2023
2 parents 78f6f9b + 9fd4b69 commit b6ff32a
Showing 1 changed file with 18 additions and 13 deletions.
31 changes: 18 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,24 @@ Humming-Bird comes with what you need to quickly, and efficiently spin up REST A

Humming-Bird is not meant to face the internet directly. Please use a reverse proxy such as httpd or NGiNX.

## How to install
Make sure you have [zef](https://github.com/ugexe/zef) installed.

#### Install latest
```bash
zef -v install https://github.com/rawleyfowler/Humming-Bird.git
```

#### Install stable
```bash
zef install Humming-Bird
```

## Performance
Around ~20% faster than Ruby's `Sinatra`, but still providing a majority of it's features!

See [this](https://github.com/rawleyfowler/Humming-Bird/issues/43#issuecomment-1454252501) for a more detailed performance review.

## Examples

#### Simple example:
Expand Down Expand Up @@ -95,19 +113,6 @@ More examples can be found in the [examples](https://github.com/rawleyfowler/Hum
- You may run into bugs.
- This project is largely maintained by one person.

## How to install
Make sure you have [zef](https://github.com/ugexe/zef) installed.

#### Install latest
```bash
zef -v install https://github.com/rawleyfowler/Humming-Bird.git
```

#### Install stable
```bash
zef install Humming-Bird
```

## Contributing
All contributions are encouraged! I know the Raku community is amazing, so I hope to see
some people get involved :D
Expand Down

0 comments on commit b6ff32a

Please sign in to comment.