mirror of
https://github.com/adlawson/php-vfs.git
synced 2024-11-25 14:17:34 +00:00
Update README.md
Fix typo
This commit is contained in:
parent
4efa559232
commit
84be9fecf6
@ -6,7 +6,7 @@
|
|||||||
**Requires:** `PHP >= 5.4 || HHVM >= 3.0`
|
**Requires:** `PHP >= 5.4 || HHVM >= 3.0`
|
||||||
|
|
||||||
**VFS** is a virtual file system for PHP built using the stream wrapper API.
|
**VFS** is a virtual file system for PHP built using the stream wrapper API.
|
||||||
Steams are exposed just as typical `file://` or `http://` streams are to PHP's
|
Streams are exposed just as typical `file://` or `http://` streams are to PHP's
|
||||||
built-in functions and keywords like `fopen` and `require`. This implementation
|
built-in functions and keywords like `fopen` and `require`. This implementation
|
||||||
attempts to stay true to the typical streams, including triggering warnings
|
attempts to stay true to the typical streams, including triggering warnings
|
||||||
and handling edge cases appropriately.
|
and handling edge cases appropriately.
|
||||||
|
Loading…
Reference in New Issue
Block a user