diff --git a/README.md b/README.md index 6ef8c020..f8dfc0a1 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Simply assign `attrs.field()` to the attributes instead of annotating them with This example uses *attrs*'s modern APIs that have been introduced in version 20.1.0, and the *attrs* package import name that has been added in version 21.3.0. The classic APIs (`@attr.s`, `attr.ib`, plus their serious-business aliases) and the `attr` package import name will remain **indefinitely**. -Please check out [*On The Core API Names*](https://www.attrs.org/en/latest/names.html) for a more in-depth explanation. +Check out [*On The Core API Names*](https://www.attrs.org/en/latest/names.html) for an in-depth explanation! ## Data Classes