diff --git a/dist/README.md b/dist/README.md
new file mode 100644
index 0000000..b7afa6b
--- /dev/null
+++ b/dist/README.md
@@ -0,0 +1,4 @@
+# Using Tesseract.JS
+
+
+
diff --git a/examples/file-input/README.md b/examples/file-input/README.md
new file mode 100644
index 0000000..4e768b5
--- /dev/null
+++ b/examples/file-input/README.md
@@ -0,0 +1 @@
+#
\ No newline at end of file
diff --git a/examples/file-input/demo.html b/examples/file-input/demo.html
index 5ddc52a..265d7fc 100644
--- a/examples/file-input/demo.html
+++ b/examples/file-input/demo.html
@@ -1,5 +1,2 @@
-
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/package.json b/package.json
index 000e12d..ae17618 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "tesseract.js",
"version": "1.0.0",
- "description": "",
+ "description": "Pure Javascript Multilingual OCR",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" & exit 1",
@@ -28,5 +28,15 @@
"pako": "^1.0.3",
"png.js": "^0.2.1",
"tesseract.js-core": "^1.0.2"
- }
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/naptha/tesseract.js.git"
+ },
+ "author": "",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/naptha/tesseract.js/issues"
+ },
+ "homepage": "https://github.com/naptha/tesseract.js"
}