Skip to content

Commit

Permalink
tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
guregu committed Apr 17, 2022
1 parent 3378231 commit ffdaca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pengine [![GoDoc](https://godoc.org/github.com/guregu/pengine?status.svg)](https://godoc.org/github.com/guregu/pengine)
`import "github.com/guregu/pengine"`

[Pengines](https://www.swi-prolog.org/pldoc/doc_for?object=section(%27packages/pengines.html%27)), Prolog Engines, client for Go.
[Pengines: Prolog Engines](https://www.swi-prolog.org/pldoc/doc_for?object=section(%27packages/pengines.html%27)) client for Go.
Pengines's motto is "Web Logic Programming Made Easy". This library lets you query SWI-Prolog from Go and from [ichiban/prolog](https://github.com/ichiban/prolog), a Prolog interpreter written in Go.

**Development Status**: working towards beta. Feedback and contributions welcome!
Expand Down Expand Up @@ -104,7 +104,7 @@ Check out these pengines clients for other languages.
- Torbjörn Lager, Jan Wielemaker, and everyone else who has contributed to SWI-Prolog and Pengines.
- @ian-andrich for the Python implementation, which was a handy reference for making this.
- @ichiban for the awesome Prolog interpreter in Go.
- @triska for the wonderful tutorial series [The Power of Prolog](https://www.metalevel.at/prolog), which started me on my logic programming journey.
- Markus Triska for the wonderful tutorial series [The Power of Prolog](https://www.metalevel.at/prolog), which started me on my logic programming journey.

## License

Expand Down

0 comments on commit ffdaca4

Please sign in to comment.