diff --git a/docs/install/mlc_llm.rst b/docs/install/mlc_llm.rst index 415bd6682d..6318e4bcba 100644 --- a/docs/install/mlc_llm.rst +++ b/docs/install/mlc_llm.rst @@ -153,8 +153,8 @@ Then you can verify installation in command line: .. code-block:: bash - python -c "import mlc_llm; print(mlc_llm)" - # Prints out: + python -c "import mlc; print(mlc)" + # Prints out: |