From 3c3b4239786e45132bfdf9e0df9496cb0e120f22 Mon Sep 17 00:00:00 2001 From: HerrHase Date: Sun, 14 Aug 2022 12:55:52 +0200 Subject: [PATCH] adding --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 884bb82..fe3d1c4 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ yarn run start All Static Files that are handle by Laravel Mix are copied to /static. You find the webpack.mix.js in /packages/frontend. Fastify will handle all request for static files by **/static/\**. To handle files from manifest.json you -can use **asset()** in the templates. +can use **asset(\)** in the templates. ```