cleanup headers

This commit is contained in:
ToruNiina
2018-12-12 19:39:04 +09:00
parent 0924164f51
commit 27ad4e2d8f

View File

@@ -14,7 +14,7 @@ Are you looking for pre-C++11 compatible toml parser? Check out [Boost.toml](htt
## How to use
### installation
## installation
Just include the file after adding correct include path.
@@ -29,9 +29,7 @@ int main()
}
```
## decoding toml file
### parsing toml file
### decoding toml file
The only thing you have to do is passing a filename to `toml::parse` function.