Skip to content

Commit 08e4358

Browse files
committed
hack
1 parent bfa7edc commit 08e4358

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,18 @@ how to document a mocking library so as to only encourage healthy uses has
4747
proven to be a real challenge. Here are a few paths we've prepared for getting
4848
started with testdouble.js:
4949

50-
* The [API section of this README](#api) to get an at-a-glance view of the API
51-
so you can get started stubbing and verifying right away
50+
* The [API section of this README](#api) so you can get started stubbing and
51+
verifying right away
5252
* A [20-minute
5353
video](http://blog.testdouble.com/posts/2016-06-05-happier-tdd-with-testdouble-js)
54-
overview of the library, its goals, and the basics of its API
54+
overview of the library, its goals, and basic usage
5555
* A [comparison between testdouble.js and
5656
Sinon.js](http://blog.testdouble.com/posts/2016-03-13-testdouble-vs-sinon.html),
5757
in case you've already got experience working with Sinon and you're looking
58-
for a high-level overview of the differences
59-
* The full testdouble.js [documentation](/docs), which is lengthier, but
60-
will do a thorough job to explain when to (and when not to) take advantage of
61-
the various faetures of testdouble.js. Its outline is in
62-
[docs/README.md](/docs#readme)
58+
for a high-level overview of how they differ
59+
* The full testdouble.js [documentation](/docs), which describes at length how
60+
to (and how not to) take advantage of the various features of testdouble.js.
61+
Its outline is in [docs/README.md](/docs#readme)
6362

6463
Of course, if you're unsure of how to approach writing an isolated test with
6564
testdouble.js, we welcome you to [open a issue on GitHub to ask a

0 commit comments

Comments
 (0)