Skip to content

Commit 682fe11

Browse files
author
Ruben Diaz
committed
Updated README with new enhancements info
1 parent ff5fc35 commit 682fe11

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ class Example1 {
8787

8888
anotherMethod(){}
8989
}
90+
91+
class AnotherClass {}
9092
```
9193
**Resultant merged code WITH FALSE PATCHOVERRIDES**
9294

@@ -105,6 +107,8 @@ class Example1 {
105107

106108
anotherMethod(){}
107109
}
110+
111+
class AnotherClass {}
108112
```
109113

110114
**Resultant merged code WITH TRUE PATCHOVERRIDES**
@@ -124,6 +128,8 @@ class Example1 {
124128

125129
anotherMethod(){}
126130
}
131+
132+
class AnotherClass {}
127133
```
128134

129135
## Future version

0 commit comments

Comments
 (0)