summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ffcode/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-01-11 03:01:30 +0000
committerNorbert Preining <norbert@preining.info>2024-01-11 03:01:30 +0000
commitb14090c9f3c7797e26fed9eb2b83ce144dcb16a3 (patch)
tree95ddb409d32efce7b7e9c8353ccdbe648b86ae1f /macros/latex/contrib/ffcode/README.md
parentcdb8117b8f1ac752d1927b82759c5be9f0ec0ab5 (diff)
CTAN sync 202401110301
Diffstat (limited to 'macros/latex/contrib/ffcode/README.md')
-rw-r--r--macros/latex/contrib/ffcode/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/latex/contrib/ffcode/README.md b/macros/latex/contrib/ffcode/README.md
index f62fa0aa99..36252a3dfa 100644
--- a/macros/latex/contrib/ffcode/README.md
+++ b/macros/latex/contrib/ffcode/README.md
@@ -3,7 +3,7 @@
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/yegor256/ffcode/blob/master/LICENSE.txt)
This LaTeX package helps you write source code in your academic papers
-and make sure it looks neat. The package uses [`minted`](https://ctan.org/pkg/minted)
+and make sure it looks neat. The package uses [`listings`](https://ctan.org/pkg/listings)
and [`tcolorbox`](https://ctan.org/pkg/tcolorbox) packages.
First, [install it](https://en.wikibooks.org/wiki/LaTeX/Installing_Extra_Packages)
@@ -23,7 +23,7 @@ void r() {
\end{document}
```
-Otherwise, you can download [`ffcode.sty`](https://raw.githubusercontent.com/yegor256/ffcode/gh-pages/ffcode/ffcode.sty) and add to your project.
+Otherwise, you can download [`ffcode.sty`](https://yegor256.github.io/ffcode/ffcode.sty) and add to your project.
If you want to contribute yourself, make a fork, then create a branch,
then run `l3build ctan` in the root directory.