diff --git a/README.md b/README.md index f5dbeb085d8f2..d450a61145f03 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,7 @@ Currently, the `@compat` macro supports the following syntaxes: * `@compat withenv(f, "a" => a, "b" => b...)` on 0.3. -* `@compat import Base.show => Base.writemime` because writemime is deprecated in Julia 0.5 ([#16563]). - -* `@compat function show(args...) => writemime` because writemime is deprecated in Julia 0.5 ([#16563]). +* `@compat import Base.show` and `@compat function show(args...)` for handling the deprecation of `writemime` in Julia 0.5 ([#16563]). See https://github.com/JuliaLang/Compat.jl/pull/219. ## Type Aliases