Skip to content

Commit b40500c

Browse files
authoredMar 29, 2017
[documentation] Markdown changes.
1 parent d264758 commit b40500c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66

77
Lexical scanner for KVAL (Key Value Access Language) for KVAL-Parser
88

9-
###Key Value Access Language
9+
### Key Value Access Language
1010

1111
I have created a modest specification for a key value access langauge.
1212
It allows for input and access of values to a key value store such as Golang's
1313
[BoltDB](https://github.com/boltdb/).
1414

1515
The language specification: https://github.com/kval-access-language/KVAL
1616

17-
###Usage
17+
### Usage
1818

1919
Usage is pretty low-level so will normally be done via [KVAL-Parse](https://github.com/kval-access-language/kval-parse) so please see there for examples.
2020

2121
Scanner library is maintained in its own repo so that changes between the two can be viewed as purely as possible.
2222

23-
###License
23+
### License
2424

2525
**[GPL Version 3](http://choosealicense.com/licenses/gpl-3.0/)**: https://github.com/kval-access-language/KVAL-BoltDB/blob/master/LICENSE

0 commit comments

Comments
 (0)
Please sign in to comment.