summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/lt3luabridge/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/lt3luabridge/README.md')
-rw-r--r--Master/texmf-dist/doc/generic/lt3luabridge/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/lt3luabridge/README.md b/Master/texmf-dist/doc/generic/lt3luabridge/README.md
index 5c4a3f50c31..a9257f4e09d 100644
--- a/Master/texmf-dist/doc/generic/lt3luabridge/README.md
+++ b/Master/texmf-dist/doc/generic/lt3luabridge/README.md
@@ -9,7 +9,7 @@ the shell:
``` tex
\documentclass{standalone}
-\usepackage{l3luabridge}
+\usepackage{lt3luabridge}
\begin{document}
$ 1 + 2 = \luabridgeExecute{ print(1 + 2) } $
\end{document}