Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aa027e7

Browse files
authoredMay 21, 2020
Update README.md
1 parent f16b2ce commit aa027e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Dokan-Java is a Java wrapper for [Dokany 1.3.0 releases](https://github.com/doka
55

66
## Introduction
77
[Dokany](https://github.com/dokan-dev/dokany) is a device driver providing an interface to develop and run your own filesystem on Windows (similar to [FUSE](https://github.com/libfuse/libfuse)).
8-
It is natively written in C/C++. Usually a Java developer, who would like to utilize Dokany would need to write time-consuming and error-prone JNI-Code. Dokan-java closes this gap and provides a Java interface to Dokany's API with additional convenience method using [JNA](https://github.com/java-native-access/jna) to access Dokany.
8+
It is natively written in C/C++. Usually a Java developer, who would like to utilize Dokany would need to write time-consuming and error-prone JNI-Code. Dokan-java closes this gap and provides a Java interface to Dokany's API with additional convenience methods using [JNA](https://github.com/java-native-access/jna) to access Dokany.
99
Using this project you are able to implement your own filesystem on Windows... in Java!
1010

1111
## Runtime Dependencies

0 commit comments

Comments
 (0)
Please sign in to comment.