Skip to content

Commit

Permalink
No hard tabs in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
grempe committed Dec 2, 2020
1 parent 5bf860b commit 1af7b93
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ You can also start the GenServer manually, and pass it custom config, with somet
Alternatively, you can configure them in your `config/config.exs` (or
other config) file like

```
```elixir
config :ex_rated,
timeout: 10_000,
cleanup_rate: 10_000,
persistent: false,
name: :ex_rated,
ets_table_name: :ets_rated_test_buckets
timeout: 10_000,
cleanup_rate: 10_000,
persistent: false,
name: :ex_rated,
ets_table_name: :ets_rated_test_buckets
```

These args and their defaults are:
Expand Down

0 comments on commit 1af7b93

Please sign in to comment.