** link docs in README

This commit is contained in:
Ben Greenman 2016-04-24 15:43:15 -04:00
parent 309767c12f
commit d2dd015415
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,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)
[![Scribble](https://img.shields.io/badge/Docs-Scribble-blue.svg)](http://pkg-build.racket-lang.org/doc/trivial/index.html)
[![Scribble](https://img.shields.io/badge/Docs-Scribble-blue.svg)](http://docs.racket-lang.org/trivial/index.html)
This [Typed Racket](http://docs.racket-lang.org/ts-reference/) library provides "smarter" versions of standard library functions.
For example:

View File

@ -3,7 +3,7 @@
@require[scribble/eval]
@require[scriblib/footnote]
@title[#:tag "top"]{Trivial: Solving the easiest type-checking problems}
@title[#:tag "top"]{Trivial: Observably smarter typechecking}
@author[@hyperlink["https://github.com/bennn"]{Ben Greenman}]
@defmodule[trivial]