diff --git a/info.rkt b/info.rkt index 9ea22d8..2baa68a 100644 --- a/info.rkt +++ b/info.rkt @@ -3,7 +3,7 @@ (define collection "typed-compose") (define deps '("typed-racket-lib" "base")) -(define scribblings '(("typed-compose.scrbl" ()))) +(define scribblings '(("manual.scrbl" ()))) (define build-deps '("racket-doc" "rackunit-typed" "sandbox-lib" diff --git a/typed-compose.scrbl b/manual.scrbl similarity index 100% rename from typed-compose.scrbl rename to manual.scrbl