Skip to content

Commit 51fdace

Browse files
committed
Minor Changes in Read Me
1 parent d619786 commit 51fdace

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,9 @@ There are 3 files which you need to go through, to understand this repository:
3636
> - Install node packages [referring package.json] (`npm install`)
3737
3838
3. **git-hook/post-merge**
39-
> - It include *post-merge* file, which gets called, whenever contributor successfully, takes a pull (without conflicts).
40-
<br>
39+
> - It include *post-merge* file, which gets called, whenever contributor successfully, takes a pull (without conflicts). <br>
4140
> - When the pull is executed, it checks all changed file, if there **.env.example** file. <br>
42-
> - If there's, then it will check if the migration flag has a `true` value assigned to it.
43-
<br>
41+
> - If there's, then it will check if the migration flag has a `true` value assigned to it. <br>
4442
> - Based on the flag, it will perform DB (database) changes.
4543
4644
***

0 commit comments

Comments
 (0)