Skip to content

Commit d5b9bf4

Browse files
committed
Addresses #247: Fixes java references from copy pasta
1 parent 855656a commit d5b9bf4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ A pull request is the standard way to submit changes to a repository to which yo
4343

4444
Before we can accept your pull request, you need to sign a [Contributor License Agreement](http://developer.marklogic.com/products/cla).
4545

46-
#### Fork the Java Client API
46+
#### Fork the Node.js Client API
4747

48-
Fork the project [on GitHub](https://github.com/marklogic/java-client-api/fork)
48+
Fork the project [on GitHub](https://github.com/marklogic/node-client-api/fork)
4949
and clone your copy.
5050

51-
$ git clone [email protected]:username/java-client-api.git
52-
$ cd java-client-api
53-
$ git remote add upstream git://github.com/marklogic/java-client-api.git
51+
$ git clone [email protected]:username/node-client-api.git
52+
$ cd node-client-api
53+
$ git remote add upstream git://github.com/marklogic/node-client-api.git
5454

5555
All bug fixes and new features go into the `develop` branch.
5656

0 commit comments

Comments
 (0)