Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed Nov 23, 2021
1 parent a23fbc9 commit 157ca6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ 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 [RFC8949](https://datatracker.ietf.org/doc/html/rfc8949)).
This will help you to easily decode CBOR streams (Concise Binary Object Representation from [RFC8949](https://datatracker.ietf.org/doc/html/rfc8949)).

# Installation

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

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

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

## Custom Tags / Other Objects


*To be written*

# Support

Expand Down

0 comments on commit 157ca6e

Please sign in to comment.