Skip to content

Commit ec8818f

Browse files
committed
Readme formatted.
1 parent f99e183 commit ec8818f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ The file contains colon ```:``` separated key pair values. Following is the brie
5353
"buffersize": 1048576
5454
}
5555
```
56-
fastmode - boolean attribute. If set to true, then encryption of a file will be done multithreaded manner.
57-
threadcount - Integer attribute. Defines how many buffers will be encrypted concurrently at a time.
58-
buffersize - Integer attribute. Defines the size of the buffer in bytes which will be read from file, encrypted and written back to disk. Default value is ```1048576``` i.e 1 MB.
56+
* **fastmode** - boolean attribute. If set to true, then encryption of a file will be done multithreaded manner.
57+
* **threadcount** - Integer attribute. Defines how many buffers will be encrypted concurrently at a time.
58+
* **buffersize** - Integer attribute. Defines the size of the buffer in bytes which will be read from file, encrypted and written back to disk. Default value is ```1048576``` i.e 1 MB.
5959

6060
3. config.json - Defines the configurations of the application server.
6161
```
@@ -65,9 +65,9 @@ buffersize - Integer attribute. Defines the size of the buffer in bytes which wi
6565
"protocol": "HTTP"
6666
}
6767
```
68-
name - Name of the application
69-
port - port on which app server listens for request.
70-
protocol - name of the protocol used by the server.
68+
* **name** - Name of the application
69+
* **port** - port on which app server listens for request.
70+
* **protocol** - name of the protocol used by the server.
7171

7272
## Want to contribute
7373
1. Explain the issue that must be fixed or a feature that must to be added.

0 commit comments

Comments
 (0)