diff --git a/README.MD b/README.MD index 51be6d2..b189135 100644 --- a/README.MD +++ b/README.MD @@ -455,7 +455,7 @@ Types for creating custom assertions. **Example:** ```go -func customAssertBody() asserts.AssertBody { +func customAssertBody() cute.AssertBody { return func(bytes []byte) error { if len(bytes) == 0 { return errors.New("response body is empty")