Update README.md
Update the supported TOML version and the command to run the tests.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
Go library for the [TOML](https://github.com/mojombo/toml) format.
|
||||
|
||||
This library supports TOML version
|
||||
[v0.1.0](https://github.com/mojombo/toml/blob/master/versions/toml-v0.1.0.md)
|
||||
[v0.2.0](https://github.com/mojombo/toml/blob/master/versions/toml-v0.2.0.md)
|
||||
|
||||
[](https://travis-ci.org/pelletier/go-toml)
|
||||
|
||||
@@ -60,8 +60,8 @@ much appreciated!
|
||||
|
||||
You have to make sure two kind of tests run:
|
||||
|
||||
1. The Go unit tests: `go test`
|
||||
2. The TOML examples base: `./test_program/go-test.sh`
|
||||
1. The Go unit tests
|
||||
2. The TOML examples base
|
||||
|
||||
You can run both of them using `./test.sh`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user