From 95546fb121d5448fe662a884dfd6c834e34feaa9 Mon Sep 17 00:00:00 2001 From: roger2hk Date: Mon, 8 Jul 2024 11:05:39 +0000 Subject: [PATCH] Fix the Go usage section in README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 256bf5d5..dbbb3c14 100644 --- a/README.md +++ b/README.md @@ -53,12 +53,10 @@ migration to Tessera and adopting the patterns it encourages. ```go import ( - - "[github.com/transparency-dev/trillian-tessera](http://github.com/transparency-dev/trillian-tessera)" - + tessera "github.com/transparency-dev/trillian-tessera" ) -// TODO… +// TODO... ``` @@ -79,4 +77,3 @@ This repo is licensed under the Apache 2.0 license, see [LICENSE](/LICENSE) for Tessera builds upon the hard work, experience, and lessons from many _many_ folks involved in transparency ecosystems over the years. -