From c1e4d3fd1d26b005732ae1765b0f2666026f3ed7 Mon Sep 17 00:00:00 2001 From: Scott Tolinski Date: Fri, 22 Oct 2021 09:34:45 -0600 Subject: [PATCH] adds lang to md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40029e5..4e8a9e2 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ The code gen will find the file and spit out a file next to it. Named `FileName. Using the above code, it would output `UserQueries.gGenerated.ts` This also gives us a `get` function for queries based on the query name. ie `getUser` for the above. -``` +```javascript