From 3be337293bdf3e83e015933ab648932c8a24d1ed Mon Sep 17 00:00:00 2001 From: Brad Metcalf Date: Mon, 30 Mar 2015 20:20:46 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df97e47..80e5ebe 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The goal of php-webkit is to be able to package a PHP app within a [NW.js](http: ## Packaging and Distributing -You can create a PHP desktop app by going to [NW.js](http://nwjs.io/), downloading your target machines files, and following the [packaging instructions provided by NW.js](https://github.com/nwjs/nw.js/wiki/How-to-package-and-distribute-your-apps) using the files you found here as your NW.js project directory. +You can create a PHP desktop app by going to [NW.js](http://nwjs.io/), downloading your target machines files, and following the [packaging instructions provided by NW.js](https://github.com/nwjs/nw.js/wiki/How-to-package-and-distribute-your-apps) using the files you found here as your NW.js project directory. [Express](https://www.npmjs.com/package/express) is a required dependency for this project. ## Multiple Platforms