Skip to content

Commit d155c20

Browse files
committed
fix typo
1 parent 6878e96 commit d155c20

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Ray.AuraSessionModule
22

3-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/ray-di/Ray.AuraSesssionModule/badges/quality-score.png?b=1.x)](https://scrutinizer-ci.com/g/ray-di/Ray.AuraSesssionModule/?branch=1.x)
4-
[![Code Coverage](https://scrutinizer-ci.com/g/ray-di/Ray.AuraSesssionModule/badges/coverage.png?b=1.x)](https://scrutinizer-ci.com/g/ray-di/Ray.AuraSesssionModule/?branch=1.x)
5-
[![Build Status](https://travis-ci.org/ray-di/Ray.AuraSesssionModule.svg?branch=1.x)](https://travis-ci.org/ray-di/Ray.AuraSesssionModule)
3+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/ray-di/Ray.AuraSessionModule/badges/quality-score.png?b=1.x)](https://scrutinizer-ci.com/g/ray-di/Ray.AuraSessionModule/?branch=1.x)
4+
[![Code Coverage](https://scrutinizer-ci.com/g/ray-di/Ray.AuraSessionModule/badges/coverage.png?b=1.x)](https://scrutinizer-ci.com/g/ray-di/Ray.AuraSessionModule/?branch=1.x)
5+
[![Build Status](https://travis-ci.org/ray-di/Ray.AuraSessionModule.svg?branch=1.x)](https://travis-ci.org/ray-di/Ray.AuraSessionModule)
66

77
An [Aura.Session](https://github.com/auraphp/Aura.Session) module for [Ray.Di](https://github.com/ray-di/Ray.Di).
88

@@ -11,20 +11,21 @@ An [Aura.Session](https://github.com/auraphp/Aura.Session) module for [Ray.Di](h
1111
### Composer install
1212

1313
$ composer require ray/aura-session-module
14-
14+
1515
### Module install
1616

1717
```php
1818
use Ray\Di\AbstractModule;
19-
use Ray\AuraSessionModule\AuraSesssionModule;
19+
use Ray\AuraSessionModule\AuraSessionModule;
2020

2121
class AppModule extends AbstractModule
2222
{
2323
protected function configure()
2424
{
25-
$this->install(new AuraSesssionModule);
25+
$this->install(new AuraSessionModule);
2626
}
2727
}
28+
```
2829

2930
### Requirements
3031

0 commit comments

Comments
 (0)