Update README.md

This commit is contained in:
Michiel Borkent 2020-07-11 22:14:49 +02:00 committed by GitHub
parent 9036af1957
commit 1245cb26ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,7 @@ light weight replacement for native interop (JNI, JNA, etc.).
Beyond the already available pods mentioned above, eductional examples of pods Beyond the already available pods mentioned above, eductional examples of pods
can be found [here](../examples/pods): can be found [here](../examples/pods):
- [pod-lispyclouds-sqlite](../examples/pods/pod-lispyclouds-sqlite): a pod that - [pod-lispyclouds-sqlite](examples/pod-lispyclouds-sqlite): a pod that
allows you to create and fire queries at a [sqlite](https://www.sqlite.org/) allows you to create and fire queries at a [sqlite](https://www.sqlite.org/)
database. Implemented in Python. database. Implemented in Python.