diff --git a/README.md b/README.md index ca5a23c..b148c21 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [![Build status](https://github.com/b-2u/assert-json-same/workflows/CI/badge.svg)](https://github.com/b-2u/assert-json-same/actions) # assert-json-same +## ! Archived, please use https://github.com/hardselius/serde-json-assert instead + This crate includes macros for comparing two serializable values by diffing their JSON representations. It is designed to give much more helpful error messages than the standard [`assert_eq!`]. It basically does a diff of the two objects and tells you the exact