We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57400fd commit bb4ba6fCopy full SHA for bb4ba6f
README.md
@@ -17,12 +17,12 @@ $ composer require scaleupstack/assert
17
```
18
19
20
-## Introduction
+## Usage
21
22
```php
23
<?php declare(strict_types = 1);
24
25
-namespace ScaleUpStack\Assert\Tests;
+namespace Your\Namespace;
26
27
use ScaleUpStack\Assert\Assert as BaseAssert;
28
@@ -35,7 +35,7 @@ final class Assert extends BaseAssert
35
36
## Contribute
37
38
-Thanks that you want to contribute to ScaleUpVentures/Assert.
+Thanks that you want to contribute to ScaleUpStack/Assert.
39
40
* Report any bugs or issues on the [issue tracker].
41
0 commit comments