Updated Branches: refs/heads/1.2.x 692e7d7bb -> 4cd60f3d1
Improving README Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/4cd60f3d Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/4cd60f3d Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/4cd60f3d Branch: refs/heads/1.2.x Commit: 4cd60f3d1683a3445c3248f48ae064fb573db2a1 Parents: 692e7d7 Author: Noah Slater <[email protected]> Authored: Wed Feb 22 22:05:26 2012 +0000 Committer: Noah Slater <[email protected]> Committed: Wed Feb 22 22:06:32 2012 +0000 ---------------------------------------------------------------------- README | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/4cd60f3d/README ---------------------------------------------------------------------- diff --git a/README b/README index 540226d..110ab95 100644 --- a/README +++ b/README @@ -39,22 +39,24 @@ The mailing lists provide a wealth of support and knowledge for you to tap into. Feel free to drop by with your questions or discussion. See the official CouchDB website for more information about our community resources. - Running the Testsuite --------------------- -Run the testsuite for couch.js and jquery.couch.js by browsing to this site: http://127.0.0.1:5984/_utils/spec/run.html -It should work in at least Firefox >= 3.6 and Safari >= 4.0.4. +Run the testsuite for couch.js and jquery.couch.js by browsing here: -Read more about JSpec here: http://jspec.info/ + http://127.0.0.1:5984/_utils/spec/run.html -Trouble shooting -~~~~~~~~~~~~~~~~ +It should work in at least Firefox >= 3.6 and Safari >= 4.0.4. - * When you change the specs, but your changes have no effect, manually reload the changed spec file in the browser. +Read more about JSpec here: - * When the spec that tests erlang views fails, make sure you have enabled erlang views as described here: <http://wiki.apache.org/couchdb/EnableErlangViews> + http://jspec.info/ +When you change the specs, but your changes have no effect, manually reload +the changed spec file in the browser. When the spec that tests erlang views +fails, make sure you have enabled Erlang views as described here: + + http://wiki.apache.org/couchdb/EnableErlangViews Cryptographic Software Notice -----------------------------
