Skip to content

Commit

Permalink
Fixed minor typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasEckhart committed Feb 12, 2020
1 parent b409f66 commit 4c3bef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Clone the aforementioned repository, compile the projects, and run the AML2OWL a

After that, convert the generated OWL file (RDF/XML syntax) to the Turtle syntax (e.g., by using [Protégé](https://protege.stanford.edu/)).

Then, clone this repository, place this file in the app's `resources` directory, and adapt the AML file name (`aml.fileName`) in the application [configuration file}(https://github.com/sbaresearch/amlsec/blob/master/amlsec/src/main/resources/application.conf).
Then, clone this repository, place this file in the app's `resources` directory, and adapt the AML file name (`aml.fileName`) in the application [configuration file](https://github.com/sbaresearch/amlsec/blob/master/amlsec/src/main/resources/application.conf).

Finally, start the app by using [sbt](https://www.scala-sbt.org/).

Expand Down

0 comments on commit 4c3bef6

Please sign in to comment.