From 4cfcd45e7028c34dfbd6e7d53d37caf52048c40f Mon Sep 17 00:00:00 2001 From: Artur Adib Date: Mon, 24 Oct 2011 10:40:36 -0700 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13bf8ef2c..d2dd1f8d7 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,14 @@ For an online demo, visit: This demo provides an interactive interface for displaying and browsing PDFs using the pdf.js API. +### Extension + +A Firefox extension is also available: + ++ http://andreasgal.github.com/pdf.js/extensions/firefox/pdf.js.xpi + +However, note that the extension might not reflect the latest source in our master branch. + ### Getting the code To get a local copy of the current code, clone it using git: @@ -47,7 +55,7 @@ You can also view all the test pdf files on the right side serving + http://localhost:8888/test/pdfs/?frame -### Learning +## Learning Here are some initial pointers to help contributors get off the ground. Additional resources are available in a separate section below.