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.