Update README.md

Update the supported TOML version and the command to run the tests.
This commit is contained in:
Thomas Pelletier
2014-07-09 07:40:16 +02:00
parent 86a7f2508e
commit c1ad095e9b
+3 -3
View File
@@ -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)
[![Build Status](https://travis-ci.org/pelletier/go-toml.png?branch=master)](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`.