diff --git a/examples/core/core_basic_window.c b/examples/core/core_basic_window.c index 3c103a5f2..dce8622ed 100644 --- a/examples/core/core_basic_window.c +++ b/examples/core/core_basic_window.c @@ -4,18 +4,19 @@ * * Welcome to raylib! * -* To test examples, just press F6 and execute raylib_compile_execute script +* To test examples in Notepad++, provided with default raylib installer package, +* just press F6 and run [raylib_compile_execute] script, it will compile and execute. * Note that compiled executable is placed in the same folder as .c file * -* You can find all basic examples on C:\raylib\raylib\examples folder or -* raylib official webpage: www.raylib.com +* You can find all basic examples on [C:\raylib\raylib\examples] directory and +* raylib official webpage: [www.raylib.com] * * Enjoy using raylib. :) * * This example has been created using raylib 1.0 (www.raylib.com) * raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details) * -* Copyright (c) 2013-2016 Ramon Santamaria (@raysan5) +* Copyright (c) 2013-2020 Ramon Santamaria (@raysan5) * ********************************************************************************************/