summaryrefslogtreecommitdiff
path: root/docs/src/gettingstarted/README.md
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-01-04 22:00:41 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-01-04 22:00:41 +0100
commitb9b62c59dc99b63c5128f10a22774e3722b8b140 (patch)
tree1eacc6ada17c14eea1e3e566f481264426b139ca /docs/src/gettingstarted/README.md
parentac41bda1e059d24da08e584b81b4507cf781beb8 (diff)
Docs: Update to be closer in line with the latest API
Diffstat (limited to 'docs/src/gettingstarted/README.md')
-rw-r--r--docs/src/gettingstarted/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/gettingstarted/README.md b/docs/src/gettingstarted/README.md
index f73a736..252c8b1 100644
--- a/docs/src/gettingstarted/README.md
+++ b/docs/src/gettingstarted/README.md
@@ -1,6 +1,6 @@
# Getting started
This chapter contains the steps to get started with the Go library and the Python wrapper. You will learn how to build the library/wrapper, how to run the test suite and how to debug possible errors.
-Note that the Python wrapper is the most up to date wrapper. For now, we only document the Python wrapper in this documentation and in the future document the other wrappers as well.
+Note that the Python wrapper is currently the only wrapper. So for now, we only document the Python wrapper in this documentation and in the future document the other wrappers as well.
-The documentation on how to use this library will be given in the next chapter: [API](../api/index.html).
+The documentation on how to use this library in your own code will be given in the next chapter: [API](../api/index.html).