Skip to content

Commit 0ab71f0

Browse files
committed
Fix invalid markdown
1 parent eb93f50 commit 0ab71f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ The WebsocketServer can be initialized with the below parameters.
5050
*`loglevel`* - logging level to print. By default WARNING is used. You can use `logging.DEBUG` or `logging.INFO` for more verbose output.
5151

5252

53-
###Properties
53+
### Properties
5454

5555
| Property | Description |
5656
|----------|----------------------|
5757
| clients | A list of `client` |
5858

5959

60-
###Methods
60+
### Methods
6161

6262
| Method | Description | Takes | Gives |
6363
|-----------------------------|---------------------------------------------------------------------------------------|-----------------|-------|
@@ -68,7 +68,7 @@ The WebsocketServer can be initialized with the below parameters.
6868
| `send_message_to_all()` | Sends a `message` to **all** connected clients. The message is a simple string. | message | None |
6969

7070

71-
###Callback functions
71+
### Callback functions
7272

7373
| Set by | Description | Parameters |
7474
|-----------------------------|---------------------------------------------------|-------------------------|
@@ -93,7 +93,7 @@ server.set_fn_new_client(new_client)
9393
server.run_forever()
9494
````
9595

96-
##Client
96+
## Client
9797

9898
Client is just a dictionary passed along methods.
9999

0 commit comments

Comments
 (0)