From e1040e04b7a807591e75bbbf9edbba251b03c2a2 Mon Sep 17 00:00:00 2001 From: Arseny Yankovsky Date: Tue, 29 Mar 2022 22:06:26 +0200 Subject: [PATCH] Added a "Developing This Driver" section to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 466a5a0..7ee619d 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Let's start with a simple case where you don't need to touch any code in the Typ ### Developing Against a Released TypeORM version -##### Initial Setup +#### Initial Setup 1. Fork this repository on GitHub and check out your fork 2. Run `yarn` to install dependencies