From a23fbc9a4c91c25a0fa334223f642f71c88e4501 Mon Sep 17 00:00:00 2001 From: Spomky Date: Tue, 23 Nov 2021 22:39:51 +0100 Subject: [PATCH] RFC Link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f7088f..4db82b0 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ CBOR Encder/Decoder for Symfony # Scope This bundle wraps the [spomky-labs/cbor-php](https://github.com/spomky-labs/cbor-bundle) library and provides the decoder as a service -This will help you to eausily decode CBOR streams (Concise Binary Object Representation from [RFC7049](https://tools.ietf.org/html/rfc7049)). +This will help you to eausily decode CBOR streams (Concise Binary Object Representation from [RFC8949](https://datatracker.ietf.org/doc/html/rfc8949)). # Installation