# HG changeset patch # User Mikael Berthe # Date 1568827062 -7200 # Node ID c040f992052f76f54a2423a0443483c9b7bf896f # Parent bd6f15d41b78b0ccbaec5571270191eabbd14615# Parent 772a4d34c74dcbac17081b3b9f060093f1311559 Merge pull request #21 from BoFFire/patch-1 Fix typo in README committer: GitHub diff -r bd6f15d41b78 -r c040f992052f README.md --- a/README.md Mon Jul 29 23:00:00 2019 +0200 +++ b/README.md Wed Sep 18 19:17:42 2019 +0200 @@ -5,7 +5,7 @@ [![license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://raw.githubusercontent.com/McKael/madonctl/master/LICENSE) [![Build Status](https://travis-ci.org/McKael/madonctl.svg?branch=master)](https://travis-ci.org/McKael/madonctl) -`madonctl` is a [Go](https://golang.org/) CLI tool to use the Mastondon REST API. +`madonctl` is a [Go](https://golang.org/) CLI tool to use the Mastodon REST API. It is built on top of [madon](https://github.com/McKael/madon), my Golang implementation of the API.