diff options
| author | Stefan Boberg <[email protected]> | 2023-10-12 13:52:41 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-12 13:52:41 +0200 |
| commit | 9230a19e52f52d26772710b601ab23b89aa7cc0d (patch) | |
| tree | d71d338659d6e16ddca3c02a4a47b914e8ad162a /src | |
| parent | added initial README.md (diff) | |
| download | zen-9230a19e52f52d26772710b601ab23b89aa7cc0d.tar.xz zen-9230a19e52f52d26772710b601ab23b89aa7cc0d.zip | |
Update README.md
Diffstat (limited to 'src')
| -rw-r--r-- | src/transports/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transports/README.md b/src/transports/README.md index ec6015703..a4079f178 100644 --- a/src/transports/README.md +++ b/src/transports/README.md @@ -1,5 +1,5 @@ This code corresponds to the code in [UE5/Engine/Source/Developer/ZenPluggableTransport](https://github.com/EpicGames/UnrealEngine/tree/release/Engine/Source/Developer),
-and provides the API definitions for creating transpor plug-ins for use with the
+and provides the API definitions for creating transport plug-ins for use with the
Zen server. Pluggable transports allow us to support a variety of transport mechanisms,
including some which are not possible to share with a general audience. These are
developed and maintained in the UE tree or elsewhere for logistical and legal reasons.
|