Skip to content

Commit 913764a

Browse files
Update README.md
1 parent 56caad1 commit 913764a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
React PDF viewer for LLM applications
1+
# PDF viewer for RAG applications
2+
3+
PDF viewer component as used by [secinsights](https://github.com/run-llama/sec-insights). Using [react-pdf](https://github.com/wojtekmaj/react-pdf).
24

35
## Installation
46

@@ -49,9 +51,11 @@ function App() {
4951
</PdfFocusProvider>
5052
```
5153

52-
## Dependencies
54+
## 🙏 Thanks
55+
56+
Thanks to the developers of the following dependencies that we're using:
5357

54-
- react-pdf
58+
- [react-pdf](https://github.com/wojtekmaj/react-pdf)
5559
- @wojtekmaj/react-hooks
5660
- react-window
5761
- react-intersection-observer

0 commit comments

Comments
 (0)