Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sirn-se committed Nov 6, 2020
1 parent 8729e82 commit 41ae8ac
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
2 changes: 0 additions & 2 deletions docs/COPYING.md → COPYING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[Client](Client.md)[Server](Server.md)[Changelog](Changelog.md)[Contributing](Contributing.md) • License

# Websocket: License

Websocket PHP is free software released under the following license:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ It does not include convenience operations such as listeners and implicit error
- [Server](docs/Server.md)
- [Changelog](docs/Changelog.md)
- [Contributing](docs/Contributing.md)
- [License](docs/COPYING.md)

## Installing

Expand Down Expand Up @@ -55,7 +54,9 @@ $server->send($message);
$server->close();
```

### Contributors
### License and Contributors

[ISC License](COPYING.md)

Fredrik Liljegren, Armen Baghumian Sankbarani, Ruslan Bekenev,
Joshua Thijssen, Simon Lipp, Quentin Bellus, Patrick McCarren, swmcdonnell,
Expand Down
2 changes: 1 addition & 1 deletion docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Client](Client.md)[Server](Server.md) • Changelog • [Contributing](Contributing.md)[License](COPYING.md)
[Client](Client.md)[Server](Server.md) • Changelog • [Contributing](Contributing.md)

# Websocket: Changelog

Expand Down
2 changes: 1 addition & 1 deletion docs/Client.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Client • [Server](Server.md)[Changelog](Changelog.md)[Contributing](Contributing.md)[License](COPYING.md)
Client • [Server](Server.md)[Changelog](Changelog.md)[Contributing](Contributing.md)

# Websocket: Client

Expand Down
2 changes: 1 addition & 1 deletion docs/Contributing.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Client](Client.md)[Server](Server.md)[Changelog](Changelog.md) • Contributing[License](COPYING.md)
[Client](Client.md)[Server](Server.md)[Changelog](Changelog.md) • Contributing

# Websocket: Contributing

Expand Down
2 changes: 1 addition & 1 deletion docs/Server.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Client](Client.md) • Server • [Changelog](Changelog.md)[Contributing](Contributing.md)[License](COPYING.md)
[Client](Client.md) • Server • [Changelog](Changelog.md)[Contributing](Contributing.md)

# Websocket: Server

Expand Down

0 comments on commit 41ae8ac

Please sign in to comment.