Skip to content

Commit cfca9d0

Browse files
authored
Merge pull request #1 from inaiat/chore/fix-read-me
fix read me
2 parents 22bf3a9 + 90021ef commit cfca9d0

File tree

3 files changed

+477
-56
lines changed

3 files changed

+477
-56
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ declare module '@inaiat/fastify-di-plugin' {
2727
const dateService = () => new Date();
2828
const printService = ({dateService: Date}) => dateService().toDateString()
2929

30-
fastify.register(fastifyAwilixPlugin.default, {
30+
fastify.register(fastifyDiPlugin, {
3131
module: {
3232
dateService: asFunction(dateService).singleton(),
3333
printDate: asFunction(printService).singleton()

0 commit comments

Comments
 (0)