From 6547e712cdb6117f53ae70b64d615a52093bd8ce Mon Sep 17 00:00:00 2001 From: Max Rosenbaum Date: Sun, 30 Jan 2022 22:05:27 +1100 Subject: [PATCH] Add note about examples location --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1a564528..19acae58 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Because Slick creates and manages both a connection pool and a thread pool, inte The plugin has its own release cycle and therefore is not integrated into either core Play or Slick. +Examples of `play-slick`s usage can be found [here](https://github.com/playframework/play-samples). + ## Current Version To use play-slick, you need to add the following dependencies: