diff --git a/README.md b/README.md index 8abc840a..2a719db6 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ In the following table the list of parameters that can be provided to the `pdf_v First, make sure that _RELEASE = False in `streamlit_pdf_viewer/__init__.py`. To run the component in development mode, use the following commands: ```shell -streamlit run my_component/__init__.py +streamlit run streamlit_pdf_viewer/__init__.py cd frontend npm run serve diff --git a/streamlit_pdf_viewer/frontend/src/PdfViewer.vue b/streamlit_pdf_viewer/frontend/src/PdfViewer.vue index 81a868c8..eaa78034 100644 --- a/streamlit_pdf_viewer/frontend/src/PdfViewer.vue +++ b/streamlit_pdf_viewer/frontend/src/PdfViewer.vue @@ -22,7 +22,7 @@