Skip to content

Commit cdc99ca

Browse files
authored
Update README.md
Removed extra spacers
1 parent 990ef4e commit cdc99ca

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Diff for: README.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ Programmers must register their packets in the table before any de/serialization
3535
```
3636
3737
## Before building
38-
_____________________________________
39-
4038
4139
Ensure to set optimal values for `PACKET_TABLE_SIZE` and `MAX_PACKET_FIELDS` macros. They are located in the first lines of [include/dpacket.h](include/dpacket.h)
4240
@@ -47,7 +45,6 @@ Ensure to set optimal values for `PACKET_TABLE_SIZE` and `MAX_PACKET_FIELDS` mac
4745
It is drastically important to tweak these two values in order to optimize space required for building the static packet table.
4846
4947
## Building-On-Linux-CMake
50-
__________________________________
5148
5249
After configuration is done, open a terminal inside the repository directory, make a build folder and generate build files using cmake.
5350
```
@@ -73,7 +70,7 @@ sudo ldconfig /usr/local/lib
7370
- Open the JDBits bind project inside Android Studio
7471
7572
## Before Building ( Android )
76-
_____________________________________
73+
7774
Ensure to set optimal values for `PACKET_TABLE_SIZE` and `MAX_PACKET_FIELDS` macros. They are located in the first lines of [jdbits/src/main/cpp/include/dpacket.h](binds/Android/JDBits/jdbits/src/main/cpp/include/dpacket.h)
7875
7976
***PACKET_TABLE_SIZE** -> Max number of packets that can be registered.*
@@ -84,7 +81,6 @@ It is drastically important to tweak these two values in order to optimize space
8481
8582
8683
## Building AAR library in Android Studio
87-
_____________________________________
8884
8985
- After syncing gradle files, open a terminal and execute this command:
9086
```
@@ -97,7 +93,6 @@ Copy the AAR file into your Android project **`libs`** folder, and import is as
9793
9894
9995
## Usage
100-
_____________________________________
10196
10297
Please refer to the examples provided in the [examples](examples/) folder, for the specific language/platform you're using...
10398
@@ -106,15 +101,13 @@ Please refer to the examples provided in the [examples](examples/) folder, for t
106101
107102
108103
## Notes
109-
_____________________________________
110104
111105
This library doesn't still support complex structures, such as arrays, unions, dictonaries, etc...
112106
113107
I'm planning to add them very soon along with bindings for Python and Java.
114108
115109
116110
## Uninstalling
117-
_____________________________________
118111
119112
Run these two commands inside project folder...
120113
```

0 commit comments

Comments
 (0)