Tim Buchwaldt 7 лет назад
Родитель
Сommit
b8fd876282
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -7,7 +7,7 @@ Bored of resetting GenServers manually during testing? I was, so I built this.
 ## Installation
 ## Installation
 
 
 Add gen_reset to your dependencies. Then add `use GenReset` after your `use GenServer` line.
 Add gen_reset to your dependencies. Then add `use GenReset` after your `use GenServer` line.
-A tracking server is automatically started that allows you to reset all servers at the same time: `GenServer.Tracker.reset()` - you can put this into your `setup` block.
+A tracking server is automatically started that allows you to reset all servers at the same time: `GenReset.Tracker.reset()` - you can put this into your `setup` block.
 
 
 ```elixir
 ```elixir
 def deps do
 def deps do