README.md in git-trend-1.2.4 vs README.md in git-trend-1.2.5

- old
+ new

@@ -266,10 +266,10 @@ ``` ## Tips I use an alias command like below; ``` -alias trend='g trend -n 10 && g trend -l ruby -n 5 && g trend -l JavaScript -n 5 && g trend -l objective-c -n 5 && g trend -l swift -n 3 && g trend -l php -n 3' +alias trend='git trend -n 10 && git trend -l ruby -n 5 && git trend -l JavaScript -n 5' ``` ## Implementation of other language * [andygrunwald/go-trending: Go library for accessing trending repositories and developers at Github.](https://github.com/andygrunwald/go-trending)