fixed some style issues

pull/2/head
Falk Werner 5 years ago
parent 66bd45ff1b
commit a7483fb147

@ -8,7 +8,7 @@ assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
A clear and concise description of what the problem is. Ex. I'm always frustrated when \[...\]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.

@ -1,4 +1,3 @@
[![Build Status](https://travis-ci.org/falk-werner/fuse-wsfs.svg?branch=master)](https://travis-ci.org/falk-werner/fuse-wsfs)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/d6c20d37bb3a456a9c0ee224001081b2)](https://www.codacy.com/app/falk.werner/fuse-wsfs?utm_source=github.com&utm_medium=referral&utm_content=falk-werner/fuse-wsfs&utm_campaign=Badge_Grade)
@ -48,8 +47,10 @@ A reference implementation of such a daemon is provided within the examples. The
- The websocket filesystem daemon (*wsfs daemon*) mounts a filesystem on startup.
It starts the websocket server and waits for incoming connections.
- A remote filesystem provider connects to wsfs daemon via websocket protocol.
The example includes such a provider implemented in HTML and JavaScript.
- Whenever the user makes filesystem requests, such as *ls*, the request is redirected via wsfs daemon to the connected filesystem provider
Currently all requests are initiated by wsfs daemon and responded by filesystem provider. This may change in future, e.g. when authentication is supported.
@ -280,7 +281,6 @@ To install dependencies, see below.
mkdir test
./wsfs -m test --document_root=../exmaple/www --port=4711
## Dependencies
- [libfuse3](https://github.com/libfuse/libfuse/)

Loading…
Cancel
Save