Update README.md

This commit is contained in:
Jacob Nguyen
2023-12-27 01:46:55 -06:00
committed by GitHub
parent 504cdee7b2
commit 3140f80c10

View File

@@ -83,9 +83,8 @@ import { Sern, single } from '@sern/handler';
//client has been declared previously
//Version 3
await makeDependencies({
build: root => root
.add({ '@sern/client': single(() => client) })
await makeDependencies(({ add }) => {
.add('@sern/client', single(() => client) )
});
//View docs for all options