Updated example worker path in README

This commit is contained in:
Kieran Eglin 2024-03-20 20:05:34 -07:00
parent d9b63875ab
commit 66b14c3d8f

View file

@ -113,7 +113,7 @@ Elixir is a personal favourite of mine and is ideal for building fault-tolerant
### Top tips
- Look for any module that ends in `*_worker.ex` - these are where the interesting stuff happens and you can trace back from there to see how the app works. `lib/pinchflat/slow_indexing/slow_indexing_helpers.ex` is a good place to start
- Look for any module that ends in `*_worker.ex` - these are where the interesting stuff happens and you can trace back from there to see how the app works. `lib/pinchflat/slow_indexing/media_collection_indexing_worker.ex` is a good place to start
## License