Skip to content

Commit 162efc1

Browse files
committed
Update core_basic_window.c
1 parent da7ab04 commit 162efc1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

examples/core/core_basic_window.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44
*
55
* Welcome to raylib!
66
*
7-
* To test examples, just press F6 and execute raylib_compile_execute script
7+
* To test examples, just press F6 and execute 'raylib_compile_execute' script
88
* Note that compiled executable is placed in the same folder as .c file
99
*
10+
* To test the examples on Web, press F6 and execute 'raylib_compile_execute_web' script
11+
* Web version of the program is generated in the same folder as .c file
12+
*
1013
* You can find all basic examples on C:\raylib\raylib\examples folder or
1114
* raylib official webpage: www.raylib.com
1215
*

0 commit comments

Comments
 (0)