Skip to content

Commit 796f58e

Browse files
author
Ken Siprell
committed
change header sizes
1 parent f18abeb commit 796f58e

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ Look for the blue WebSocket icon in the toolbar after installation:
2323
* Login to Chrome or Mozilla and your saved settings will be synced across different devices
2424
* Pretty-print incoming JSON messages and saved message bodies
2525

26-
### Description and Screenshots
26+
## Description and Screenshots
2727

28-
#### Client Section
28+
### Client Section
2929

3030
The screenshot below shows the "Client" section in use with a pretty-printed message modal on top. The message is formatted as a JavaScript Object with a single color for keys and different colors for values based on the type: boolean, null, number, and string.
3131

3232
![screenshot_1](screenshots/firefox/screenshot_1.png?raw=true)
3333

34-
#### Options Section
34+
### Options Section
3535

3636
All user options are saved using [storage.sync](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/storage/sync) which allows you to login to [Chrome](https://accounts.google.com) or [Mozilla](https://www.mozilla.org/en-US/firefox/accounts/) and sync your settings across different devices. Your settings also remain available locally after a browser restart even if you do not login with a Chrome or Mozilla account.
3737

38-
##### Preferences
38+
#### Preferences
3939

4040
The screenshot below shows the "Preferences" section. It allows you to control the following four functions:
4141
* Allow or prevent saving invalid URLs in the Options section
@@ -45,25 +45,25 @@ The screenshot below shows the "Preferences" section. It allows you to control t
4545

4646
![screenshot_2](screenshots/firefox/screenshot_2.png?raw=true)
4747

48-
##### Server URLs
48+
#### Server URLs
4949

5050
The screenshot below shows the "Server URLs" section. It allows you to save URLs that you can use later in the Client section by selecting them from a dropdown menu. You can create, edit, and delete URLs. When creating or editing a URL you will receive a warning if the URL does not begin with `ws://` or `wss://` or if the URL contains spaces.
5151

5252
![screenshot_3](screenshots/firefox/screenshot_3.png?raw=true)
5353

54-
##### Server Protocols
54+
#### Server Protocols
5555

5656
The screenshot below shows the "Server Protocols" section. It allows you to save URLs that you can use later in the Client section by selecting them from a dropdown menu. You can create, edit, and delete protocols.
5757

5858
![screenshot_4](screenshots/firefox/screenshot_4.png?raw=true)
5959

60-
##### Messages
60+
#### Messages
6161

6262
The screenshot below shows the "Messages" section. It allows you to save message names and bodies that you can use later in the Client section by selecting the message name from a dropdown menu. You can create, edit, and delete messages. You will receive a warning if the message body is not valid JSON. Note the toggle switch under the message body textarea. Use it to change the JSON formatting from single line to multi-line and vice versa.
6363

6464
![screenshot_5](screenshots/firefox/screenshot_5.png?raw=true)
6565

66-
### Manual Installation
66+
## Manual Installation
6767

6868
Installing manually should only be necessary if you want to make changes to the extension and possibly submit a pull request. The instructions below assume you have [Node.js](https://nodejs.org/en/) installed.
6969

@@ -100,15 +100,15 @@ Then you can load the unpacked extension using these [instructions](https://deve
100100
/some/directory/browser-websocket-client/build/dev/firefox
101101
```
102102

103-
### Development Notes
103+
## Development Notes
104104

105105
The JavaScript is written in ES6.
106106

107107
[jQuery](https://jquery.com) and [Bootstrap](https://getbootstrap.com) provide the heavy lifting.
108108

109109
[Cypress](https://www.cypress.io) does all the testing.
110110

111-
### Inspiration
111+
## Inspiration
112112

113113
This extension was inspired by [Simple-WebSocket-Client](https://github.com/hakobera/Simple-WebSocket-Client).
114114

0 commit comments

Comments
 (0)