Skip to content

Commit e2ed003

Browse files
committed
Update README.md
1 parent d29bff5 commit e2ed003

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Include the `commtrackr` package in your Express.js application:
1818

1919
```javascript
2020
const express = require('express');
21-
2221
const session = require("express-session");
2322
const MySQLStore = require('express-mysql-session')(session); // Use a MySQL session store
2423
const sessionStore = new MySQLStore({
@@ -362,3 +361,7 @@ The tenant `customText` configuration allows you to override default text string
362361
"commissionNotFoundJson": "The requested commission was not found."
363362
}
364363
```
364+
365+
## Extended Documentation
366+
367+
For more detailed documentation, including advanced configuration options and examples, please visit the [CommTrackr Documentation](https://commtrackr.dangoweb.com/).

0 commit comments

Comments
 (0)