Skip to content

Commit df085ef

Browse files
committed
Add driver text to README.
1 parent 8773bb3 commit df085ef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ static class Program
119119
Some functionality requires administrator privileges to access the data.<br/>
120120
Consider adding a manifest file to your application and set ``requestedExecutionLevel`` to ``requireAdministrator``.
121121

122+
### Can I use my own driver ?
123+
Yes, you can implement your own driver via our IDriver interface.<br/>
124+
You just have to assign an instance to RAMSPDToolkit and it will use your implementation instead.<br/>
125+
Please be sure to use a well tested driver.
126+
122127
## License
123128
RAMSPDToolkit is free and open source software licensed under MPL 2.0.<br/>
124129
You can use it in private and commercial projects.<br/>

0 commit comments

Comments
 (0)