Browse Source

test webhook

Joachim M. Giæver 6 years ago
parent
commit
4a5db55538
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -5,7 +5,7 @@ Go-ini is a package that handles INI-formatted data in your golang-project. The
 
 It also tries to adopt how other «Marshaling»-packages in go are written, so it's simple to override and add functionality for your own code. This also implies that every package that already implements [_TextMarshaling_](https://golang.org/pkg/encoding/#TextMarshaler) and/or [_TextUnmarshaling_](https://golang.org/pkg/encoding/#TextUnmarshaler) (e.g time.Time) is supported.
 # ToC
-- _coming_
+- _coming now_
 
 # Installation and update:
 ```bash