Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Mar 17, 2023
1 parent c67468a commit b1133a9
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,23 @@ There are two options at the moment:

1. Use the Cowboy webserver (Erlang-based) by adding the `plug_cowboy` package to your `mix.exs`:

```elixir
def deps do
[
{:plug_cowboy, "~> 2.0"}
]
end
```
```elixir
def deps do
[
{:plug_cowboy, "~> 2.0"}
]
end
```

2. Use the Bandit webserver (Elixir-based) by adding the `bandit` package to your `mix.exs`:


```elixir
def deps do
[
{:bandit, "~> 0.6"}
]
end
```

## Hello world: request/response

Expand Down

0 comments on commit b1133a9

Please sign in to comment.