From ed8829e915b00af8633d086f952d3fff1c04dc75 Mon Sep 17 00:00:00 2001 From: Daniel Orlov Date: Thu, 23 Feb 2023 11:47:31 +0100 Subject: [PATCH] update the link to the offline license example --- license/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/license/README.md b/license/README.md index 7df87d9b..8aec1575 100644 --- a/license/README.md +++ b/license/README.md @@ -18,4 +18,4 @@ Anyone can get a free metered API key by signing up on http://cloud.unidoc.io/ ## Examples - [unipdf_license_loading_metered.go](unipdf_license_loading_metered.go) Demonstrates how to load the Metered API license key and how to print out relevant information. -- [unipdf_license_info.go](unipdf_license_info.go) Demonstrates how to print out information about the license after loading an offline license key. +- [unipdf_offline_license_info.go](unipdf_offline_license_info.go) Demonstrates how to print out information about the license after loading an offline license key.