Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen authored May 19, 2024
1 parent 6dcba4f commit 38adcc8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,25 @@ Includes a Websocket server, standalone client, and a WebGL client so that both
5) select the latest version of `SimpleWebTransport` and click install, like so:
6) You may come back to the package manager to unistall `SimpleWebTransport` or upgrade it.

Or add to `Packages/manifest.json`

```json
{
"dependencies": {
"com.james-frowen.simplewebtransport": "2.2.0"
},
"scopedRegistries": [
{
"name": "package.openupm.com",
"url": "https://package.openupm.com",
"scopes": [
"com.james-frowen.simplewebtransport"
]
}
]
}
```

## Usage

Below are some examples of how to set up a server and client so that they will connect and low any message sent between them
Expand Down

0 comments on commit 38adcc8

Please sign in to comment.