From 2161431195983d630f604089d837f821c0cd7521 Mon Sep 17 00:00:00 2001 From: Ivan Fraixedes Date: Tue, 28 Jul 2015 12:31:24 +0100 Subject: [PATCH] Update README.md Added link to the api documentation for `require` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e27b6b5..1f57561 100644 --- a/README.md +++ b/README.md @@ -99,8 +99,8 @@ func TestSomething(t *testing.T) { } ``` -`require` package -------------------------------------------------------------------------------------------- +[`require`](http://godoc.org/github.com/stretchr/testify/require "API documentation") package +--------------------------------------------------------------------------------------------- The `require` package provides same global functions as the `assert` package, but instead of returning a boolean result they terminate current test.