Skip to content

Commit bb4ba6f

Browse files
README.md: Minor fix.
1 parent 57400fd commit bb4ba6f

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
@@ -17,12 +17,12 @@ $ composer require scaleupstack/assert
1717
```
1818

1919

20-
## Introduction
20+
## Usage
2121

2222
```php
2323
<?php declare(strict_types = 1);
2424

25-
namespace ScaleUpStack\Assert\Tests;
25+
namespace Your\Namespace;
2626

2727
use ScaleUpStack\Assert\Assert as BaseAssert;
2828

@@ -35,7 +35,7 @@ final class Assert extends BaseAssert
3535

3636
## Contribute
3737

38-
Thanks that you want to contribute to ScaleUpVentures/Assert.
38+
Thanks that you want to contribute to ScaleUpStack/Assert.
3939

4040
* Report any bugs or issues on the [issue tracker].
4141

0 commit comments

Comments
 (0)