diff --git a/README.md b/README.md index 2185c9f64..1096785bf 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ pip install git+https://github.com/quic/efficient-transformers # Or build wheel package using the below command. pip install build wheel python -m build --wheel --outdir dist -pip install dist/QEfficient-0.0.1.dev0-py3-none-any.whl +pip install dist/qefficient-0.0.1.dev0-py3-none-any.whl ```