Skip to content

Commit 86ee357

Browse files
committed
readme.md
1 parent 144a90a commit 86ee357

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
- [Guidelines for Safe Usage](#guidelines-for-safe-usage)
8181
- [Ordering](#ordering)
8282
- [Filters](#filters)
83-
- [Operators](#operators)
83+
- [Operators](#operators)
8484
- [Data Aggregation](#data-aggregation)
8585
- [Aggregation Functions](#aggregation-functions)
8686
- [Utilities](#utilities)
@@ -113,6 +113,7 @@
113113
- [Retrieving Records](#retrieving-records-4)
114114
- [Query Builder.](#query-builder)
115115
- [Why Use Query Builder?](#why-use-query-builder)
116+
- [Documentation](#documentation)
116117
- [Contributing](#contributing)
117118
- [License](#license)
118119

@@ -2483,6 +2484,10 @@ The `run` method takes the following as arguments:
24832484
print(result)
24842485
```
24852486

2487+
### Documentation
2488+
2489+
You can read the full documentation of dataloom on [readthedocs.io](https://dataloom-py.readthedocs.io/en/latest/)
2490+
24862491
### Contributing
24872492

24882493
Contributions to `dataloom` are welcome! Feel free to submit bug reports, feature requests, or pull requests on [GitHub](https://github.com/CrispenGari/dataloom).

0 commit comments

Comments
 (0)