Skip to content

Commit b0f63e6

Browse files
committed
changed readme
1 parent 446e906 commit b0f63e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To create a mapping between two types, declare a mapper class like this:
2323
@Mapper()
2424
abstract class CarMapper {
2525
26-
static final CarMapper INSTANCE = CarMapperImpl();
26+
static CarMapper get INSTANCE => CarMapperImpl();
2727
2828
CarDto carToCarDto(Car car);
2929

0 commit comments

Comments
 (0)