diff options
author | steckbrief <steckbrief@chefmail.de> | 2017-11-17 19:36:18 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2017-11-17 19:36:18 +0100 |
commit | 34d3918770b9ca77b42d82389c9a64afa5286d3c (patch) | |
tree | d448f9c0a607c14397260f8b5adf3ea03e61158a | |
parent | 4283ef9f5c28dc9a48e7362b2b82a475bd0f0e12 (diff) |
Try to escape _ in markdown
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # MamHistoryLoader ## Build -Build using ant with the target "create_run_jar" +Build using ant with the target "create__run__jar" ## Run ``` java -jar <YOUR-JID> <CONTACT-JID> [-debug] [-start dd.MM.yyyy] [-end dd.MM.yyyy] [-limit <MAX-MESSAGE-COUNT>] |