Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmarcon committed Sep 18, 2023
1 parent 55b8ba7 commit ab3de2f
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,9 @@ Extracted from https://github.com/meadsteve/white-bread

The package can be installed as:

1. Add `gherkin` to your list of dependencies in `mix.exs`:


```elixir
def deps do
[{:gherkin, "~> 1.0"}]
end
```

2. Ensure `gherkin` is started before your application:

```elixir
def application do
[applications: [:gherkin]]
[{:gherkin, "~> 2.0"}]
end
```

Expand Down

0 comments on commit ab3de2f

Please sign in to comment.