Skip to content

Commit 2d211f3

Browse files
committed
Change markdown formatting of docs.
1 parent 0b62083 commit 2d211f3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

CHANGELOG.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
### 0.1.3 / 2017-11-11
22

3-
* Accept extension names and parameters including uppercase letters
4-
* Handle extension names that clash with `Object.prototype` properties
3+
- Accept extension names and parameters including uppercase letters
4+
- Handle extension names that clash with `Object.prototype` properties
55

66
### 0.1.2 / 2017-09-10
77

8-
* Catch synchronous exceptions thrown when calling an extension
9-
* Fix race condition caused when a message is pushed after a cell has stopped
8+
- Catch synchronous exceptions thrown when calling an extension
9+
- Fix race condition caused when a message is pushed after a cell has stopped
1010
due to an error
11-
* Fix failure of `close()` to return if a message that's queued after one that
11+
- Fix failure of `close()` to return if a message that's queued after one that
1212
produces an error never finishes being processed
1313

1414
### 0.1.1 / 2015-02-19
1515

16-
* Prevent sessions being closed before they have finished processing messages
17-
* Add a callback to `Extensions.close()` so the caller can tell when it's safe
16+
- Prevent sessions being closed before they have finished processing messages
17+
- Add a callback to `Extensions.close()` so the caller can tell when it's safe
1818
to close the socket
1919

2020
### 0.1.0 / 2014-12-12
2121

22-
* Initial release
22+
- Initial release

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -327,5 +327,5 @@ the session to release any resources it's using.
327327

328328
## Examples
329329

330-
* Consumer: [websocket-driver](https://github.com/faye/websocket-driver-node)
331-
* Provider: [permessage-deflate](https://github.com/faye/permessage-deflate-node)
330+
- Consumer: [websocket-driver](https://github.com/faye/websocket-driver-node)
331+
- Provider: [permessage-deflate](https://github.com/faye/permessage-deflate-node)

0 commit comments

Comments
 (0)