Skip to content

Commit 8a6776d

Browse files
Update readme.md
1 parent c218803 commit 8a6776d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Repository contains Ruby implementation of space partitioning tree data structur
66
It is a form of binary tree meant to provide a efficient way of objects retrieval.
77
Detailed description can be found [here](https://en.wikipedia.org/wiki/K-d_tree)
88

9-
# Usage
9+
### Usage
1010
```ruby
1111
# Import the library to your project
1212
require 'kd_tree_ms'
@@ -48,11 +48,11 @@ Detailed description can be found [here](https://en.wikipedia.org/wiki/K-d_tree)
4848
tree.size
4949
```
5050

51-
# Approach
51+
### Approach
5252
The Tree was implemented in TDD approach.
5353
There are many simple, easy to read tests, written with help of MiniTest gem
5454

55-
# Installation
55+
### Installation
5656
* Download or clone repository
5757
* Navigate to the root folder of the project
5858
* Build gem with command:
@@ -64,8 +64,8 @@ There are many simple, easy to read tests, written with help of MiniTest gem
6464
$ sudo gem install kd_tree_ms-1.0.0.gem
6565
```
6666

67-
# Contributing
67+
### Contributing
6868
Contributions are welcome! Please fork the repository and submit a pull request. For major changes, please open an issue first to discuss what you would like to change.
6969

70-
# Contact
70+
### Contact
7171
For support or inquiries, please open an issue on the [GitHub repository](https://github.com/mateuszstompor/kdtree/issues).

0 commit comments

Comments
 (0)