Skip to content

Commit 79152bf

Browse files
authored
Fixed typo
1 parent 32b31fe commit 79152bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ acpg {
9696
9797
// Name of a boolean field in BuildConfig to enable/disable debug logging in the generated code
9898
// Optional - default value: "DEBUG"
99-
debugLogsFieldName LOG_DEBUG_PROVIDER
99+
debugLogsFieldName 'LOG_DEBUG_PROVIDER'
100100
101101
// Version of the tool syntax (must be 4)
102102
// The allows to break the build immediately if an incompatible version of the tool is used. Safety first!
@@ -127,7 +127,7 @@ Here is an example:
127127
"useAnnotations": true,
128128
"useSupportLibrary": true,
129129
"generateBeans": true,
130-
"debugLogsFieldName": "LOG_DEBUG_PROVIDER"
130+
"debugLogsFieldName": "LOG_DEBUG_PROVIDER"
131131
}
132132
```
133133

0 commit comments

Comments
 (0)