summaryrefslogtreecommitdiff
path: root/support/arara/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/README.md')
-rw-r--r--support/arara/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/arara/README.md b/support/arara/README.md
index 51ace5b5b5..9319dd66e6 100644
--- a/support/arara/README.md
+++ b/support/arara/README.md
@@ -1,6 +1,6 @@
![arara](https://i.stack.imgur.com/hjUsN.png)
-# arara v6.1.7
+# arara v7.0.0
![Language: Kotlin](https://img.shields.io/badge/Language-Kotlin-blue.svg?style=flat-square)
![Minimum JRE: 8.0](https://img.shields.io/badge/Minimum_JRE-8-blue.svg?style=flat-square)
@@ -18,7 +18,7 @@ might write their own rules when the provided ones do not suffice.
## Basic use
To use `arara`, you need to tell it what to do. Unlike most other tools, you
-give `arara` these _directives_ in the document itself – usually near the top.
+give `arara` these _directives_ in the document itself ??? usually near the top.
So to run `pdflatex` once on your document, you should say something like:
```tex