Skip to content

Commit 0989af3

Browse files
committed
#696 fix markdown for headers
1 parent 483fa9d commit 0989af3

File tree

1 file changed

+3
-3
lines changed
  • src/main/java/com/marklogic/client/example/cookbook

1 file changed

+3
-3
lines changed

src/main/java/com/marklogic/client/example/cookbook/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* Using Cookbook Examples
1+
# Using Cookbook Examples
22

33
The most important use of cookbook examples is reading the source code. You
44
can 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

2424
Most cookbook examples pass their unit test if they run without error. First
2525
edit 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

3333
We encourage community-contributed cookbook examples! Make sure you follow
3434
the guidelines in [CONTRIBUTING.md](../../../../../../../../CONTRIBUTING.md)

0 commit comments

Comments
 (0)