From 4dde130ea6a1c4d00699fd9acfbd1069afbc3dfa Mon Sep 17 00:00:00 2001 From: Denis Gorbachev Date: Fri, 14 Aug 2015 12:35:16 +0300 Subject: [PATCH] Fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcf94a5..6cda1fc 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Also works good with arrays and `should` interface var list = [{a: 'a', b: 'b'}, {v: 'f', d: {z: 'g'}}]; list.should.containSubset([{a:'a'}]); //Assertion error is not thrown -list.should.containSubset([{a:'a', b: 'b'}}]); //Assertion error is not thrown +list.should.containSubset([{a:'a', b: 'b'}]); //Assertion error is not thrown list.should.containSubset([{a:'a', b: 'bd'}]); /*throws