Skip to content

Commit e2f3493

Browse files
authored
Update plugins_raylib.markdown
1 parent 3e52681 commit e2f3493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_build/pages/plugins_raylib.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A simple SmallBASIC version is available at [Github](https://github.com/smallbas
2323
The raylib plugin is included in the release version of SmallBASIC. SmallBASIC should find the plugin automatically.
2424
If you have problems loading the plugin, you can copy the library (libraylib.dll or libraylib.so) to the folder of your BASIC file.
2525
Additionally you need the file [raylibc.bas](https://github.com/smallbasic/smallbasic.plugins/blob/master/raylib/samples/raylibc.bas).
26-
If it is not found automatically, please copy it the folder of your BASIC file, too.
26+
If it is not found automatically, please copy it to the folder of your BASIC file, too.
2727
You have also the option to give the full path to the plugin or to raylibc.bas with the `ìmport` command.
2828

2929
Since raylib uses its own window management, you cannot use it together with the SDL version of SmallBASIC (sbasicg.exe or sbasicg).

0 commit comments

Comments
 (0)