Skip to content

Commit 157ca6e

Browse files
committed
Typos
1 parent a23fbc9 commit 157ca6e

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
@@ -15,11 +15,11 @@ CBOR Encder/Decoder for Symfony
1515
# Scope
1616

1717
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)).
1919

2020
# Installation
2121

22-
Install the bundle with Composer: `composer require spomky-labs/cbor-budle`.
22+
Install the bundle with Composer: `composer require spomky-labs/cbor-bundle`.
2323

2424
This project follows the [semantic versioning](http://semver.org/) strictly.
2525

@@ -47,7 +47,7 @@ $object = $container->get(CBORDecoder::class)->decode($data); // Return a CBOR\O
4747

4848
## Custom Tags / Other Objects
4949

50-
50+
*To be written*
5151

5252
# Support
5353

0 commit comments

Comments
 (0)