😶 Small fixes in README.md

Example code, links and text
This commit is contained in:
Maxim Lebedev 2017-01-16 17:43:26 +06:00 committed by GitHub
parent fe87b5a44a
commit 42f1db590f
No known key found for this signature in database
GPG Key ID: F8978F46FF0FFA4F

View File

@ -7,7 +7,7 @@
[![Go Report](https://goreportcard.com/badge/github.com/toby3d/telegraph)](https://goreportcard.com/report/github.com/toby3d/telegraph)
[![Patreon](https://img.shields.io/badge/support-patreon-E6461A.svg?maxAge=2592000)](https://www.patreon.com/toby3d)
All [methods](http://telegra.ph/api#Available-methods) and [types](http://telegra.ph/api#Available-types) available! Yaay!
All [methods](https://toby3d.github.io/telegraph/#available-methods) and [types](https://toby3d.github.io/telegraph/#available-types) available and this library (possibly) is ready for use in production. Yaay!
## Start using telegraph
Download and install it:
@ -57,9 +57,9 @@ func main() {
if page, err := acc.CreatePage(newPage, false); err != nil {
log.Print(err.Error())
} else {
log.Println("Kaboom! Page created, look what happened:", page.URL)
}
log.Println("Kaboom! Page created, look what happened:", page.URL)
}
```
@ -70,4 +70,4 @@ func main() {
## Documentation
- [Contributors](CONTRIBUTORS.md) and Patrons!
- [License](LICENSE.md)
- [ToDo](https://github.com/toby3d/telegraph/projects/1)
- [ToDo](https://github.com/toby3d/telegraph/projects/1)