Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ If you would like to override or define any additional configuration options (`#
}
```

The above example will be translate `"NUMBER_ONE":1` into: `#define NUMBER_ONE 1` and force include it during compilation. You can also specify alternate application or output folders.
The above example will translate `"NUMBER_ONE":1` into: `#define NUMBER_ONE 1` and force include it during compilation. You can also specify alternate application or output folders.

# Targets

Expand Down