Skip to content

Commit f10fe4b

Browse files
committed
updated tutorial index
1 parent 98c8d60 commit f10fe4b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ This is an extensive demo on how to use [Spring Data ArangoDB](https://github.co
2424
* [Multiple entities](#multiple-entities)
2525
* [Derived queries](#derived-queries)
2626
* [Simple findBy](#simple-findby)
27-
* [More complexe findBy](#more-complexe-findby)
27+
* [Create an index](#create-an-index)
28+
* [More complex findBy](#more-complex-findby)
2829
* [Single entity result](#single-entity-result)
2930
* [countBy](#countby)
3031
* [removeBy](#removeby)
@@ -668,7 +669,7 @@ public class Character {
668669

669670
Next time we run our demo the related queries will benefit from the index and avoid performing a full collection scan.
670671

671-
## More complexe findBy
672+
## More complex findBy
672673

673674
Now we’re creating some methods with more parts and have a look how they fit together. Lets also use some different
674675
return types. Again we simply add the methods in our `CharacterRepository`.

0 commit comments

Comments
 (0)