From 98f1701a84d58607aa0122e485e7a6fab6f84155 Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Thu, 27 Feb 2025 15:44:26 -0300 Subject: [PATCH] chore(tinyssert): update names in README.md --- tinyssert/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tinyssert/README.md b/tinyssert/README.md index 4b12c5f..45ec6a5 100644 --- a/tinyssert/README.md +++ b/tinyssert/README.md @@ -1,4 +1,4 @@ -# Tiny Assert +# Tinyssert A minimal assertion package, all in one single file that you can copy and paste to vendor-in and use without adding any dependencies to your project. @@ -10,7 +10,7 @@ Inspired by [`stretchr/testify`'s assert package][testify] and [`cheekybits/is`] ## License -The `assert.go` file and package is distributed under the terms of both the +The `tinyssert.go` file and package is distributed under the terms of both the [Apache License (Version 2.0)](./LICENSE-APACHE) and the [MIT license](./LICENSE-MIT), at your option. You may use and/or copy the contents of the file, without removing the original license and copyright notice, as required by the licenses.