diff --git a/README.md b/README.md
index fc0a07ee8e8d5ff50bde38fc8f99891bd96ae449..433e92c73bc43cc410166caf3dc80dc6ab18e38c 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ If you need any of those classes, you have to import them instead directly thoug
 Here's an example for importing the `PineconeVectorStore` class:
 
 ```typescript
-import { PineconeVectorStore } from "llamaindex/storage/vectorStore/PineconeVectorStore";
+import { PineconeVectorStore } from "llamaindex/vector-store/PineconeVectorStore";
 ```
 
 As the `PDFReader` is not working with the Edge runtime, here's how to use the `SimpleDirectoryReader` with the `LlamaParseReader` to load PDFs: