From 3ddc5349202562dcaa1bb3ae5578c9d0293367c0 Mon Sep 17 00:00:00 2001
From: Tim van der Meij <timvandermeij@gmail.com>
Date: Thu, 1 May 2014 21:05:32 +0200
Subject: [PATCH] Tiny updates

---
 README.md             | 2 +-
 src/core/evaluator.js | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index dd9e7e88c..913bc2892 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # PDF.js
 
-PDF.js is Portable Document Format (PDF) viewer that is built with HTML5.
+PDF.js is a Portable Document Format (PDF) viewer that is built with HTML5.
 
 PDF.js is community-driven and supported by Mozilla Labs. Our goal is to
 create a general-purpose, web standards-based platform for parsing and
diff --git a/src/core/evaluator.js b/src/core/evaluator.js
index dde570e78..e4951b2af 100644
--- a/src/core/evaluator.js
+++ b/src/core/evaluator.js
@@ -20,8 +20,8 @@
            isNum, isStream, isString, JpegStream, Lexer, Metrics,
            MurmurHash3_64, Name, Parser, Pattern, PDFImage, PDFJS, serifFonts,
            stdFontMap, symbolsFonts, getTilingPatternIR, warn, Util, Promise,
-           LegacyPromise, RefSetCache, isRef, TextRenderingMode, CMapFactory,
-           OPS, UNSUPPORTED_FEATURES, UnsupportedManager, NormalizedUnicodes,
+           RefSetCache, isRef, TextRenderingMode, CMapFactory, OPS,
+           UNSUPPORTED_FEATURES, UnsupportedManager, NormalizedUnicodes,
            IDENTITY_MATRIX, reverseIfRtl */
 
 'use strict';