From aa531db66c5773979ad081a0abd5619348b60351 Mon Sep 17 00:00:00 2001 From: Adrian <52701496+futzu@users.noreply.github.com> Date: Sat, 13 Jan 2024 16:48:11 -0500 Subject: [PATCH] Update README.md --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index fbfc6b2f..dd0b13ce 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,7 +1,7 @@ ### threefive Examples * `Segmentation Upids` - * [Custom threefive cli tool with a modified mpu upid for the "Addressable TV" spec](https://github.com/futzu/threefive/blob/master/examples/upid/threefiveadfr) + * [Custom threefive cli tool with a modified mpu upid for the "Addressable TV" spec](https://github.com/futzu/threefive/blob/master/examples/upid/threefiveadfr) New 01/11/2024 * [Custom Handling MPU Upid data](https://github.com/futzu/threefive/blob/master/examples/upid/custom_upid_handling.py) * [Upids with Custom Output](https://github.com/futzu/threefive/blob/master/examples/upid/upid_custom_output.py)