Removing extra space after period in SWI-Prolog content.

This commit is contained in:
Dave Curylo 2017-06-01 11:44:32 -04:00
parent 4fc6655434
commit 46f330c8f1
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ SWI-Prolog is a versatile implementation of the Prolog language. Its robust mult
## Start a REPL
This image can be run directly to obtain an SWI-Prolog environment with most useful modules pre-built. When started without parameters, the SWI-Prolog REPL is launched automatically:
This image can be run directly to obtain an SWI-Prolog environment with most useful modules pre-built. When started without parameters, the SWI-Prolog REPL is launched automatically:
```console
docker run -it %%IMAGE%%