From 84be9fecf65a2fdc80edbde1e2c8921e621b3a1b Mon Sep 17 00:00:00 2001 From: Brayden Williams Date: Sun, 6 Jul 2014 12:44:30 -0700 Subject: [PATCH] Update README.md Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7798d56..7694fcb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ **Requires:** `PHP >= 5.4 || HHVM >= 3.0` **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 attempts to stay true to the typical streams, including triggering warnings and handling edge cases appropriately.