diff --git a/china-dictatorship b/china-dictatorship
index d6f90af511d22d6c2ed403c714a9a5c676265d05..5e5e691d0b36e1937b85e43fc1712f5383404c76 100755
--- a/china-dictatorship
+++ b/china-dictatorship
@@ -2,4 +2,4 @@
 const fs = require('fs');
 const path = require('path');
 const PACKAGE_PATH = path.dirname(require.resolve(path.join('china-dictatorship', 'package.json')));
-console.log(fs.readFileSync(path.join(PACKAGE_PATH, 'README.html')), 'utf8');
+console.log(fs.readFileSync(path.join(PACKAGE_PATH, 'README.html'), 'utf8'));
diff --git a/package.json b/package.json
index 936746749a90f21b3d34b961b0b8773d075674f4..57ad64b076bc79002adf7fe51592cc6c815a786e 100644
--- a/package.json
+++ b/package.json
@@ -19,5 +19,5 @@
   "scripts": {
     "prepublishOnly": "make"
   },
-  "version": "0.0.2"
+  "version": "0.0.3"
 }
\ No newline at end of file