Skip to content

Commit ffd5479

Browse files
Remove duplicate line under usage section (#48)
Remove duplicate line under usage section
2 parents a385075 + c112ec4 commit ffd5479

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ To use this module directly (without browserify), install it as a dependency:
1818
npm install assert
1919
```
2020

21-
## Usage
22-
23-
The goal is to provide an API that is as functionally identical to the [Node.js `assert` API](https://nodejs.org/api/assert.html) as possible. Read the [official docs](https://nodejs.org/api/assert.html) for API documentation.
24-
25-
### Inconsistencies with Node.js `assert`
21+
## Inconsistencies with Node.js `assert`
2622

2723
Due to differences between browsers, some error properties such as `message` and `stack` will be inconsistent. However the assertion behaviour is as close as possible to Node.js and the same error `code` will always be used.
2824

0 commit comments

Comments
 (0)