Skip to content

Commit

Permalink
Update README.md (#72)
Browse files Browse the repository at this point in the history
Added import statements in "As a dependency in your own Java code:"
  • Loading branch information
devkrish23 authored Nov 15, 2023
1 parent 48f86e3 commit 720af7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ Once your configuration files are complete, you can use TypeDB Loader in one of
2. As a dependency in your own Java code:

```Java

import com.vaticle.typedb.osi.loader.cli.LoadOptions;
import com.vaticle.typedb.osi.loader.loader.TypeDBLoader;

public class LoadingData {

public void loadData() {
Expand Down

0 comments on commit 720af7c

Please sign in to comment.