File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/com/marklogic/client/example/cookbook Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- * Using Cookbook Examples
1+ # Using Cookbook Examples
22
33The most important use of cookbook examples is reading the source code. You
44can do this on [ github] ( https://github.com/marklogic/java-client-api ) or on
@@ -19,7 +19,7 @@ command:
1919
2020 mvn dependency:build-classpath
2121
22- * Testing Cookbook Examples
22+ # Testing Cookbook Examples
2323
2424Most cookbook examples pass their unit test if they run without error. First
2525edit the [ Example.properties] ( ../../../../../../resources/Example.properties ) file
@@ -28,7 +28,7 @@ run `mvn test` while specifying the unit test you want to run, for example:
2828
2929 mvn test -Dtest=DocumentWriteTest
3030
31- * Creating a Cookbook Example
31+ # Creating a Cookbook Example
3232
3333We encourage community-contributed cookbook examples! Make sure you follow
3434the guidelines in [ CONTRIBUTING.md] ( ../../../../../../../../CONTRIBUTING.md )
You can’t perform that action at this time.
0 commit comments