File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,21 @@ of dependencies in `mix.exs`:
16
16
``` elixir
17
17
def deps do
18
18
[
19
- {:quantum_storage_persistent_ets , " ~> 0. 1.0" }
19
+ {:quantum_storage_persistent_ets , " ~> 1.0-rc " }
20
20
]
21
21
end
22
22
```
23
23
24
- Documentation can be generated with [ ExDoc] ( https://github.com/elixir-lang/ex_doc )
25
- and published on [ HexDocs] ( https://hexdocs.pm ) . The docs can be found at
26
- [ https://hexdocs.pm/quantum_storage_persistent_ets ] ( https://hexdocs.pm/quantum_storage_persistent_ets ) .
24
+ To enable the storage adpater, add this to your ` config.exs ` :
25
+
26
+ ``` elixir
27
+ use Mix .Config
28
+
29
+ config :quantum_test , QuantumTest .Scheduler ,
30
+ storage: QuantumStoragePersistentEts %
31
+ ```
32
+
33
+ The docs can be found at [ https://hexdocs.pm/quantum_storage_persistent_ets ] ( https://hexdocs.pm/quantum_storage_persistent_ets ) .
27
34
28
35
## Contribution
29
36
You can’t perform that action at this time.
0 commit comments