diff --git a/README.md b/README.md index bfbd130..56e4357 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ trivial [![Build Status](https://travis-ci.org/bennn/trivial.svg)](https://travis-ci.org/bennn/trivial) [![Coverage Status](https://coveralls.io/repos/bennn/trivial/badge.svg?branch=master&service=github)](https://coveralls.io/github/bennn/trivial?branch=master) -This library provides ``smarter'' versions of Typed Racket standard library functions. +This library provides "smarter" versions of Typed Racket standard library functions. For example: ``` @@ -13,8 +13,7 @@ For example: (printf: "hello, ~a") -;; Compiling yields... -;; +;; > raco make test.rkt ;; format:: arity mismatch; ;; the expected number of arguments does not match the given number ;; expected: 1 diff --git a/info.rkt b/info.rkt index 0f95608..8cec760 100644 --- a/info.rkt +++ b/info.rkt @@ -1,7 +1,7 @@ #lang info (define collection 'use-pkg-name) -(define deps '("base")) +(define deps '("base" "typed-racket-lib")) (define build-deps '("scribble-lib" "racket-doc" "rackunit-lib")) (define pkg-desc "Strongly-typed macros") (define version "0.1")