Skip to content

Commit 2f306ad

Browse files
authored
Update README.md
1 parent 6aa319f commit 2f306ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ More concretely named `@fluffy-spoon/substitute` on NPM is a TypeScript port of
55
* `TypeScript^3.0.0`
66

77
## Usage
8-
Experience full strong-typing of your fakes all the way, and let the TypeScript compiler help with all the dirty work! In the usage example given below, the `exFake` instance is strong-typed all the way, and can be used naturally in a fluent interface!
8+
Experience full strong-typing of your fakes all the way, and let the TypeScript compiler help with all the dirty work! All methods below have full strong typing all around, even when creating a fake from an interface!
99

1010
```typescript
1111
import { Substitute, Arg } from '@fluffy-spoon/substitute';

0 commit comments

Comments
 (0)