You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,11 @@ CBOR Encder/Decoder for Symfony
15
15
# Scope
16
16
17
17
This bundle wraps the [spomky-labs/cbor-php](https://github.com/spomky-labs/cbor-bundle) library and provides the decoder as a service
18
-
This will help you to eausily decode CBOR streams (Concise Binary Object Representation from [RFC8949](https://datatracker.ietf.org/doc/html/rfc8949)).
18
+
This will help you to easily decode CBOR streams (Concise Binary Object Representation from [RFC8949](https://datatracker.ietf.org/doc/html/rfc8949)).
19
19
20
20
# Installation
21
21
22
-
Install the bundle with Composer: `composer require spomky-labs/cbor-budle`.
22
+
Install the bundle with Composer: `composer require spomky-labs/cbor-bundle`.
23
23
24
24
This project follows the [semantic versioning](http://semver.org/) strictly.
0 commit comments