Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykKul authored Jul 10, 2024
1 parent 0e05377 commit 1d9d45e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you haven’t already configured it, set the [dataverse-spi-exporters-directo

```shell
# download the jar
wget -O transformer-exporter-1.0.7.jar https://repo1.maven.org/maven2/io/gdcc/export/exporter-transformer/1.0.9/exporter-transformer-1.0.9-jar-with-dependencies.jar
wget -O exporter-transformer-1.0.9-jar-with-dependencies.jar https://repo1.maven.org/maven2/io/gdcc/export/exporter-transformer/1.0.9/exporter-transformer-1.0.9-jar-with-dependencies.jar
# download the hello-world example
mkdir hello-world
wget -O hello-world/config.json https://raw.githubusercontent.com/gdcc/exporter-transformer/main/examples/hello-world/config.json
Expand Down Expand Up @@ -154,4 +154,4 @@ print('Running on Java version: ' + System.getProperty('java.version'))
print('Unix time from Java: ' + str(System.currentTimeMillis()))
```

See also the documentation from [Jython](https://www.jython.org/) and the [DDI-PDF](/examples/ddi-pdf/transformer.py) example for how it is used in practice.
See also the documentation from [Jython](https://www.jython.org/) and the [DDI-PDF](/examples/ddi-pdf/transformer.py) example for how it is used in practice.

0 comments on commit 1d9d45e

Please sign in to comment.