chore(tinyssert): update names in README.md
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Tiny Assert
|
# Tinyssert
|
||||||
|
|
||||||
A minimal assertion package, all in one single file that you can copy and paste
|
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.
|
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
|
## 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),
|
[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
|
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.
|
license and copyright notice, as required by the licenses.
|
||||||
|
|||||||
Reference in New Issue
Block a user