Skip to content

Commit 1b576f6

Browse files
author
Artem Stepin
committed
fixed typo
1 parent f9961f6 commit 1b576f6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ An Object Oriented wrapper for Confluence
1010
## Installation
1111

1212
```bash
13-
$ php composer.phar require CloudPlayDev/confluence-php-client
13+
$ php composer.phar require cloudplaydev/confluence-php-client
1414
```
1515

1616
## Usage

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
declare(strict_types=1);
33
/**
4-
* This file is part of the CloudPlayDev/confluencePHPClient.
4+
* This file is part of the cloudplaydev/confluencePHPClient.
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

src/Curl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
declare(strict_types=1);
33
/**
4-
* This file is part of the CloudPlayDev/confluencePHPClient.
4+
* This file is part of the cloudplaydev/confluencePHPClient.
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

src/Entity/ConfluencePage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
declare(strict_types=1);
33
/**
4-
* This file is part of the CloudPlayDev/confluencePHPClient.
4+
* This file is part of the cloudplaydev/confluencePHPClient.
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

tests/Tests/ClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
declare(strict_types=1);
33
/**
4-
* This file is part of the CloudPlayDev/confluencePHPClient.
4+
* This file is part of the cloudplaydev/confluencePHPClient.
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

tests/Tests/Entity/ConfluencePageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
declare(strict_types=1);
33
/**
4-
* This file is part of the CloudPlayDev/confluencePHPClient.
4+
* This file is part of the cloudplaydev/confluencePHPClient.
55
*
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.

0 commit comments

Comments
 (0)