Skip to content

Commit 758966d

Browse files
committed
Fix comma in README
1 parent 7e1170a commit 758966d

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
@@ -20,7 +20,7 @@ Configuration is done entirely via `package.json`. You can specify multiple buil
2020
"arch": "x64", // x64, x86 should work
2121
"runtime": "electron", // node or electron
2222
"runtimeVersion": "4.0.1", // Version of the runtime which it is built
23-
"toolchainFile": "/windows.cmake" // CMake Toolchain file to use for crosscompiling,
23+
"toolchainFile": "/windows.cmake", // CMake Toolchain file to use for crosscompiling
2424
"CMakeOptions": [ //Same syntax as for the globalCMakeOptions
2525
{
2626
"name": "MY_CMAKE_OPTION",

0 commit comments

Comments
 (0)