From 1af7b93333e81c00b6f9690d014c5bd5569926a7 Mon Sep 17 00:00:00 2001 From: Glenn Rempe <glenn@truestamp.com> Date: Wed, 2 Dec 2020 16:26:00 -0500 Subject: [PATCH] No hard tabs in markdown --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 15f0435..ba0cbf0 100644 --- a/README.md +++ b/README.md @@ -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: