Skip to content

Commit

Permalink
Fix several typos
Browse files Browse the repository at this point in the history
  • Loading branch information
swaechter committed Oct 16, 2018
1 parent 1224648 commit d92af54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ try (SharedConnection sharedConnection = new SharedConnection("127.0.0.1", "Shar
}
```

Notes: The given entry path is fully search and can lead to performance issues! There is no server side file filtering!
Note: The given entry path is fully accessed and filtered/searched on the client side (There is no support for server side filtering). This can lead to performance issue with large file trees.

### Access a directory/file and get more information

Expand Down Expand Up @@ -212,7 +212,7 @@ try (SharedConnection sharedConnection = new SharedConnection("127.0.0.1", "Shar

### Ensure a directory exist

Ensure that a directory exists (Atuocreation if required):
Ensure that a directory exists (Autocreation if required):

```java
try (SharedConnection sharedConnection = new SharedConnection("127.0.0.1", "Share", authenticationContext)) {
Expand Down

0 comments on commit d92af54

Please sign in to comment.