From faac4d56b48a82546b1fdab8aeb8d171bb7a9615 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Wed, 8 Mar 2017 10:49:06 +0100 Subject: [PATCH] Docs: HHVM is not called HipHop --- doc/01-basic-usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/01-basic-usage.md b/doc/01-basic-usage.md index 9ddcfcf5f..b4c5db96a 100644 --- a/doc/01-basic-usage.md +++ b/doc/01-basic-usage.md @@ -191,8 +191,8 @@ includes PHP itself, PHP extensions and some system libraries. constraints, e.g. `>=5.4.0`. To require a 64bit version of php, you can require the `php-64bit` package. -* `hhvm` represents the version of the HHVM runtime (aka HipHop Virtual - Machine) and allows you to apply a constraint, e.g., '>=2.3.3'. +* `hhvm` represents the version of the HHVM runtime and allows you to apply + a constraint, e.g., '>=2.3.3'. * `ext-` allows you to require PHP extensions (includes core extensions). Versioning can be quite inconsistent here, so it's often