From a6023550ee574d0d7bdf19810b5d94a89bdcfa94 Mon Sep 17 00:00:00 2001
From: Pieter Sheth-Voss <pieter@protobi.com>
Date: Fri, 12 Jun 2015 20:56:36 -0400
Subject: [PATCH] Update README, bower, package

---
 README.md    | 10 +++++++---
 package.json |  2 +-
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 89389c0..84fa4e7 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,17 @@
-# xlsx
+# xlsx-style
 
 Parser and writer for various spreadsheet formats.  Pure-JS cleanroom
 implementation from official specifications and related documents.
-
-**NOTE:** This project is a fork of the original (and awesome) [SheetJS/xlsx](https://github.com/SheetJS/js-xlsx) project.
+---
+**NOTE:** [This project](https://github.com/SheetJS/js-xlsx/tree/beta) is a fork of the original (and awesome) [SheetJS/xlsx](https://github.com/SheetJS/js-xlsx) project.
 It is extended to enable cell formats to be read from and written to .xlsx workbooks.
 The intent is to provide a temporary means of using these features in practice, and ultimately to merge this into the primary project.
 Report any issues to https://github.com/protobi/js-xlsx/issues.
 
+For those contributing to this fork:
+* `master` is the main branch, which follows the original repo to enable a future pull request.
+* `beta` branch is published to npm and bower to make this fork available for use.
+---
 
 Supported read formats:
 
diff --git a/package.json b/package.json
index dda67e4..534fbeb 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,7 @@
 		"xlsjs":"",
 		"uglify-js":""
 	},
-	"repository": { "type":"git", "url":"git://github.com/protobi/js-xlsx.git" },
+	"repository": { "type":"git", "url":"git://github.com/protobi/js-xlsx.git#beta" },
 	"scripts": {
 		"pretest": "git submodule init && git submodule update",
 		"test": "make test"