diff --git a/collects/teachpack/htdp/scribblings/image.scrbl b/collects/teachpack/htdp/scribblings/image.scrbl index 22f474e179..c6a82ede91 100644 --- a/collects/teachpack/htdp/scribblings/image.scrbl +++ b/collects/teachpack/htdp/scribblings/image.scrbl @@ -6,10 +6,14 @@ @defmodule[#:require-form beginner-require htdp/image] +@italic{This teachpack is deprecated. Please use @racketmodname[2htdp/image] for +any new code.} + The teachpack provides functions for constructing and manipulating images. Basic, colored images are created as outlines or solid shapes. Additional functions allow for the composition of images. + @;----------------------------------------------------------------------------- @section{Images}