Skip to content

Commit 77ffbc9

Browse files
committed
update wording
1 parent ee7e484 commit 77ffbc9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# raggy
22

3-
A Python library for scraping and document processing.
3+
a Python library for scraping and document processing
44

5-
## Installation
5+
## installation
66

77
```python
88
pip install raggy
99
```
1010

11-
For additional features:
11+
add extras to load different document types:
1212
```python
1313
pip install raggy[chroma] # ChromaDB support
1414
pip install raggy[tpuf] # TurboPuffer support
1515
pip install raggy[pdf] # PDF processing
1616
```
1717

18-
Read the [docs](https://zzstoatzz.github.io/raggy/)
18+
read the [docs](https://zzstoatzz.github.io/raggy/)
1919

20-
### What is it?
20+
### what is it?
2121

22-
A Python library for:
22+
a simple-to-use Python library for:
2323

2424
- scraping the web to produce rich documents
2525
- putting these documents in vectorstores
@@ -28,11 +28,11 @@ A Python library for:
2828
> [!TIP]
2929
> See this [example](https://github.com/zzstoatzz/raggy/blob/main/examples/chat_with_X/website.py) to chat with any website, or this [example](https://github.com/zzstoatzz/raggy/blob/main/examples/chat_with_X/repo.py) to chat with any GitHub repo.
3030
31-
### License and Dependencies
31+
### license and dependencies
3232

3333
> [!IMPORTANT]
3434
> This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.
3535
36-
### Contributing
36+
### contributing
3737

38-
We welcome contributions! See our [contributing guide](https://zzstoatzz.github.io/raggy/contributing) for details.
38+
I would welcome contributions! See the [contributing guide](https://zzstoatzz.github.io/raggy/contributing) for details.

0 commit comments

Comments
 (0)