From e2ad4fb75ec1b9122c3a0f6d9a1215df71ba2a19 Mon Sep 17 00:00:00 2001 From: Mat Ryer Date: Tue, 16 Oct 2012 21:38:33 +0100 Subject: [PATCH] fixed heading --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cad0e7b..fefe0d8 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ Go code (golang) set of packages that provide many tools for testifying that you Read the API documentation: http://go.pkgdoc.org/github.com/stretchrcom/testify -Assert package --------------- +`assert` package +---------------- The `assert` package provides some helpful methods that allow you to write better test code in Go.