chore(doc): update namespace in README

This commit is contained in:
Victor Westerlund 2024-11-23 09:09:55 +00:00
parent 63f03472ee
commit fdd60727c9

View file

@ -24,12 +24,12 @@ echo $_ENV["hello"]; // echo: "world"
1. Install with composer
```
composer install victorwesterlund/globalsnapshot
composer install vlw/globalsnapshot
```
2. `use` in your project
```php
use victorwesterlund\GlobalSnapshot;
use vlw\GlobalSnapshot;
```
3. Capture current superglobals with `capture()`