Skip to content

Commit abc3909

Browse files
committed
Improve readme with ANSI 2021 information.
1 parent fb713c4 commit abc3909

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ A Swift Package (SPM) implementation of ANSI E1.59 - 2021, Entertainment Technol
44

55
Provides complete protocol implementations of OTP Producer and Consumer components using IPv4/6 (OTP-4, OTP-6, OTP-4/6).
66

7-
Current revision: Document Number: CP/2018-1034r4 (not yet published for review).
7+
Current revision: Document Number: CP/2018-1034r5.
88

9-
**This package should not be used for deployment to a live system. It is provided solely for testing and evaluation.**
9+
[Download](https://tsp.esta.org/tsp/documents/published_docs.php) the full standard document.
1010

1111
## Getting Started
1212

@@ -30,7 +30,7 @@ https://github.com/dsmurfin/OTPKit
3030
Simply add the package dependency to your Package.swift and depend on "OTPKit" in the necessary targets:
3131

3232
``` dependencies: [
33-
.package(url: "https://github.com/dsmurfin/OTPKit", from: "0.1.0")
33+
.package(url: "https://github.com/dsmurfin/OTPKit", from: "1.0.0")
3434
]
3535
```
3636

0 commit comments

Comments
 (0)