summaryrefslogtreecommitdiff
path: root/docs/src/gettingstarted/README.md
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-05-13 12:12:22 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-05-13 12:12:22 +0200
commit5abf00ab87a55662eefc7716de52ead9749293c6 (patch)
tree1cfa64b99482d7cc08b1d7da5d6833b75f5f7714 /docs/src/gettingstarted/README.md
parent57d6c2ac55a5fd1ea609c873d5410174b7cf6ca4 (diff)
Refactor: Adapt the API to the documentation
Diffstat (limited to 'docs/src/gettingstarted/README.md')
-rw-r--r--docs/src/gettingstarted/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/gettingstarted/README.md b/docs/src/gettingstarted/README.md
index 7c7912d..d2c7455 100644
--- a/docs/src/gettingstarted/README.md
+++ b/docs/src/gettingstarted/README.md
@@ -1,4 +1,4 @@
-# Getting Started
+# Getting started
This chapter contains the steps to get started with the Go library. You will learn how to build the library, how to run the test suite and how to debug possible errors.
The documentation on how to use this library will be given in the next chapter: [API](../api/index.html).