From 1024615ecbda002b722dd8b8e4ef433e1eb9eaed Mon Sep 17 00:00:00 2001 From: Tim van der Meij <timvandermeij@gmail.com> Date: Sun, 8 Jul 2018 15:32:06 +0200 Subject: [PATCH] Correct the instructions in the README file for `examples/mobile-viewer` --- examples/mobile-viewer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mobile-viewer/README.md b/examples/mobile-viewer/README.md index 767f915d4..520e1b38c 100644 --- a/examples/mobile-viewer/README.md +++ b/examples/mobile-viewer/README.md @@ -4,7 +4,7 @@ Example to demonstrate PDF.js library usage with a viewer optimized for mobile u ## Getting started -Build PDF.js using `gulp dist` and run `gulp server` to start a web server. +Build PDF.js using `gulp dist-install` and run `gulp server` to start a web server. You can then work with the mobile viewer at http://localhost:8888/examples/mobile-viewer/viewer.html.