diff --git a/README.md b/README.md index adc0c93..d119aa2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# AI-Programming-using-Prolog +# AI Programming using Prolog -Run these programs in SWI-Prolog for Windows. +These programs are specifically for SWI-Prolog for Windows. The SWI-Prolog executable swipl-win.exe can be started from the StartMenu or by opening a .pl file holding Prolog program text from the Windows explorer. If Prolog is started from the start menu it is passed the option --win_app, which causes it to start in the local equivalent of MyDocuments\Prolog. This folder is created if it does not exist. Be sure to get the quotes right and terminate the command with a full-stop (.). -After loading a program, one can ask Prolog queries about the program. +After loading a program, use Prolog queries to get responses.