From 0b096de275f9e4b0100937c98006120cacafe7c8 Mon Sep 17 00:00:00 2001 From: Steven Pitts <25968054+makusu2@users.noreply.github.com> Date: Tue, 7 Sep 2021 09:31:52 -0400 Subject: [PATCH] Clarify what's being linked It wasn't immediately clear to me that the link in question was bringing me to a *different* testing library's documentation. Clarify that. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c78250e41..bc1a8120d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Features include: Get started: * Install testify with [one line of code](#installation), or [update it with another](#staying-up-to-date) - * For an introduction to writing test code in Go, see http://golang.org/doc/code.html#Testing + * For an introduction to writing test code in Go using its default testing framework, see http://golang.org/doc/code.html#Testing * Check out the API Documentation http://godoc.org/github.com/stretchr/testify * To make your testing life easier, check out our other project, [gorc](http://github.com/stretchr/gorc) * A little about [Test-Driven Development (TDD)](http://en.wikipedia.org/wiki/Test-driven_development)