From 583c26bc00a352f22dd6ab3d5cef31f0dc49a728 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Mon, 19 Dec 2016 12:38:51 -0200 Subject: [PATCH] Update README.md Add link to the wiki page. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 10095b6..b7e381f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # InForm A GUI engine and WYSIWYG interface designer for QB64 +Wiki: https://github.com/FellippeHeitor/InForm/wiki + ## Event-driven QB64 programs InForm's main goal is to generate event-driven QB64 applications. This means that you design a graphical user interface with interactive controls and then write the code to respond to such controls once they are manipulated.