Skip to content

Commit dd3cc99

Browse files
committed
words
1 parent df6a7cb commit dd3cc99

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doxygen/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WIC decouples the websocket protocol from the transport layer. This makes
88
it possible to use WIC over any transport layer assuming you are prepared
99
to 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
1212
only supports client roles. Call it a work in progress.
1313

1414
## Features

0 commit comments

Comments
 (0)