diff --git a/index.html b/index.html
index 6d5c9f0..a51edb8 100644
--- a/index.html
+++ b/index.html
@@ -359,10 +359,10 @@ th, td { border:none; padding-top:0; padding-bottom:0; border-bottom:thin solid
-
add-ons
This and the sections below collect add-ons and helper tools related to the above (ledger, hledger, and beancount mostly).
+add-ons
This and the following sections collect add-ons and helper tools related to the above. "*ledger" below means Ledger & hledger-style journal format.
- hledger-diff report differing transactions between two journals
- hledger-interest generate *ledger interest transactions
-- hledger-irr calculate an account's internal rate of return over time
+- hledger-irr calculate an account's internal rate of return (superseded by roi)
data import/conversion
- Ledger and hledger have CSV conversion built in. Also:
- banks2ledger - CSV to *ledger converter
diff --git a/index.md b/index.md
index a1aec60..7974f6a 100644
--- a/index.md
+++ b/index.md
@@ -314,11 +314,12 @@ sm-Ledger | 2007 | | [squeak smalltalk][smalltalk-gh]
#### add-ons
-This and the sections below collect add-ons and helper tools related to the above (ledger, hledger, and beancount mostly).
+This and the following sections collect add-ons and helper tools related to the above.
+"*ledger" below means Ledger & hledger-style journal format.
- [hledger-diff](http://hackage.haskell.org/package/hledger-diff) report differing transactions between two journals
- [hledger-interest](http://hackage.haskell.org/package/hledger-interest) generate *ledger interest transactions
-- [hledger-irr](http://hackage.haskell.org/package/hledger-irr) calculate an account's internal rate of return over time
+- [hledger-irr](http://hackage.haskell.org/package/hledger-irr) calculate an account's internal rate of return (superseded by [roi](http://hledger.org/manual.html#roi))
#### data import/conversion