You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ A simple Client-side WebSocket testing suite for your WebSocket testing needs. I
9
9
- Minimal single .html file consisting of only ~21 kilobytes in size
10
10
- Fully Client-side - You can download the .html file and run it in your computer
11
11
- No dependency - Everything the application needs is included in the .html... except for WebSocket functionality.
12
-
- Looks great with [Bootstrap v4](getbootstrap.com)
13
-
- Actually works
12
+
- Looks great
13
+
- Actually works!
14
14
15
15
## Usage
16
16
**Method #1:** Navigate `build/ClientWebSocketTester.html` and download the file. Then open the file you just downloaded with your favorite WebSocket-supported web browser.
@@ -40,6 +40,11 @@ Grunt will automatically build the application by following the instructions in
40
40
## License
41
41
GPL-3.0
42
42
43
+
## Big Thanks to
44
+
- Tim Holman for making sexy SVG Github corners https://github.com/tholman/github-corners
0 commit comments