mirror of
https://codeberg.org/vlw/php-globalsnapshot.git
synced 2025-09-14 04:13:42 +02:00
chore(doc): update namespace in README
This commit is contained in:
parent
63f03472ee
commit
fdd60727c9
1 changed files with 2 additions and 2 deletions
|
@ -24,12 +24,12 @@ echo $_ENV["hello"]; // echo: "world"
|
||||||
|
|
||||||
1. Install with composer
|
1. Install with composer
|
||||||
```
|
```
|
||||||
composer install victorwesterlund/globalsnapshot
|
composer install vlw/globalsnapshot
|
||||||
```
|
```
|
||||||
|
|
||||||
2. `use` in your project
|
2. `use` in your project
|
||||||
```php
|
```php
|
||||||
use victorwesterlund\GlobalSnapshot;
|
use vlw\GlobalSnapshot;
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Capture current superglobals with `capture()`
|
3. Capture current superglobals with `capture()`
|
||||||
|
|
Loading…
Add table
Reference in a new issue