Update README.md

Signed-off-by: Gauthier Roebroeck <gauthier.roebroeck@gmail.com>
This commit is contained in:
Gauthier
2021-11-18 20:21:08 +08:00
committed by Gauthier Roebroeck
parent 70e4b222be
commit 587265a489
+1 -1
View File
@@ -46,7 +46,7 @@ async function main() {
// ...
const todoEnv = useHotMemoize(module, () => createEnv('todo'));
// ...
apiRouter.use('/todo', await kafka(todoEnv));
apiRouter.use('/todo', await todo(todoEnv));
```
## Scanned Files