README cleanup

This commit is contained in:
SheetJS 2013-11-13 15:28:11 -08:00
parent 0a70e1950f
commit cf01804b3c
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
Copyright (C) 2012-2013 Niggler
Copyright (C) 2012-2013 SheetJS
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

View File

@ -28,7 +28,7 @@ In the browser:
See `xlsx2csv.njs` in the bin directory for usage in node.
See http://niggler.github.com/js-xlsx/ for a browser example.
See http://oss.sheetjs.com/js-xlsx/ for a browser example.
Note that IE does not support HTML5 File API, so the base64 mode is provided for testing. On OSX you can get the base64 encoding by running:
@ -63,7 +63,7 @@ For more details:
## Test Files
Test files are housed in [another repo](https://github.com/Niggler/test_files).
Test files are housed in [another repo](https://github.com/SheetJS/test_files).
## License
@ -73,7 +73,7 @@ It is the opinion of the Original Author that this code conforms to the terms of
## XLS Support
XLS is not supported in this module. Due to Licensing issues [that are discussed in more detail elsewhere](https://github.com/Niggler/js-xls/issues/1#issuecomment-13852286), the implementation cannot be released in a GPL or MIT-style license. If you need XLS support, consult [my js-xls project](https://github.com/Niggler/js-xls).
XLS is available in [my js-xls project](https://github.com/SheetJS/js-xls).
## References