chore(tinyssert): update names in README.md

This commit is contained in:
Guz
2025-02-27 15:44:26 -03:00
parent 645690b7f8
commit 98f1701a84

View File

@@ -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.