From 367f6016e170251b5add6ddd908d2526c1697296 Mon Sep 17 00:00:00 2001 From: Simon Murray Date: Tue, 14 May 2024 15:18:26 +0100 Subject: [PATCH] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c3aa54..a1c59e7 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,6 @@ Provides API level access for CLI tooling. ## Getting Started -There is an [example](examples/client.go) of how to use this in tree. +There is an [example](example/client.go) of how to use this in tree. In order to use this example you must first download a personal access token from the unikorn UI (under the `Identity > Tokens` section), and save it in `~/.config/unikorn/token`.