Skip to content

Commit 4a7f144

Browse files
authored
Merge pull request #88 from ercanersoy/master
Update README.md
2 parents 2ddcb5b + bb07176 commit 4a7f144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SmallBASIC is a fast and easy to learn BASIC language interpreter ideal for everyday calculations, scripts and prototypes. SmallBASIC includes trigonometric, matrices and algebra functions, a built in IDE, a powerful string library, system, sound, and graphic commands along with structured programming syntax
1+
SmallBASIC is a fast and easy to learn BASIC language interpreter ideal for everyday calculations, scripts and prototypes. SmallBASIC includes trigonometric, matrices and algebra functions, a built in IDE, a powerful string library, system, sound, and graphic commands along with structured programming syntax.
22

33
### Initialise dependencies
44

@@ -26,7 +26,7 @@ Build the debian package
2626
$ make deb
2727
```
2828
On windows, install tools:
29-
http://www.gtk.org/download/win32.php
29+
https://www.gtk.org/download/windows.php
3030
```
3131
$ ./configure --host=i686-w64-mingw32 --enable-sdl
3232
$ make

0 commit comments

Comments
 (0)