Skip to content

Commit 1621ce3

Browse files
committed
Update example in Source Readme.
1 parent b208823 commit 1621ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,6 @@ Then you're all set to use entities with ObjectBox:
154154

155155
// Get collections of entities
156156
_ = personBox.all()
157-
_ = personBox.query({ Person.name == "Fry" }).find()
157+
_ = personBox.query({ Person.name == "Fry" }).build().find()
158158

159159
That's it, it works now!

0 commit comments

Comments
 (0)