Update README.md

Signed-off-by: Gauthier Roebroeck <gauthier.roebroeck@gmail.com>
This commit is contained in:
Gauthier
2021-11-18 20:22:38 +08:00
committed by Gauthier Roebroeck
parent 587265a489
commit 6a2cc4cfa7
+1 -1
View File
@@ -56,7 +56,7 @@ async function main() {
// ...
const todoEnv = useHotMemoize(module, () => createEnv('todo'));
// ...
apiRouter.use('/todo', await kafka(todoEnv));
apiRouter.use('/todo', await todo(todoEnv));
```
3. Add the plugin as a tab to your service entities: