File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
3232# title of most generated pages and in a few other places.
3333# The default value is: My Project.
3434
35- PROJECT_NAME = Websockets In C
35+ PROJECT_NAME = WebSockets in C
3636
3737# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
3838# could be handy for archiving the generated documentation or if some version
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ WIC decouples the websocket protocol from the transport layer. This makes
88it possible to use WIC over any transport layer assuming you are prepared
99to do the integration work.
1010
11- WIC is meant to support server and client roles, but at the moment
11+ WIC is meant to support server and client roles but at the moment
1212only supports client roles. Call it a work in progress.
1313
1414## Features
You can’t perform that action at this time.
0 commit comments