From f7617be223fbd910ab3c7d4929a87df9579846a2 Mon Sep 17 00:00:00 2001 From: creations Date: Fri, 9 Aug 2024 07:15:55 -0400 Subject: [PATCH] fix license and readme from " to ' --- LICENCE | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENCE b/LICENCE index 80c8258..94d3a0d 100644 --- a/LICENCE +++ b/LICENCE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Creation"s // [creations@creations.works] +Copyright (c) 2024 Creation's // [creations@creations.works] Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 3791e41..414cf33 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TS Fastify Example -This is just an example/template to get you started with Fastify and TypeScript. It starts off using EJS, but you can use something else if you"d like. +This is just an example/template to get you started with Fastify and TypeScript. It starts off using EJS, but you can use something else if you'd like. ## Getting Started