diff --git a/LICENSE-GNU-GPL b/LICENSE-GNU-GPL index f2e6bf2..081fa0b 100644 --- a/LICENSE-GNU-GPL +++ b/LICENSE-GNU-GPL @@ -2,7 +2,6 @@ Xeno-canto A node.js implementation of Xeno-canto API 2.0 Copyright (c) 2013 Patrick De Marta -Copyright (c) 2022 Samuel ORTION This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/README.md b/README.md index f1be19a..1324df6 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,8 @@ orthonyxPaupuaTari.search(query, function(self){ // inspect the response object console.log(self.entity); }); - ``` + **Advanced search parameters** * name [string] commong english name, scientific name, or family latin name @@ -99,19 +99,16 @@ orthonyxPaupuaTari.search(query, function(self){ * quality: [string] * qualitylt: [string] quality less than * area: [string] -``` +## References +- [xeno-canto.org](http://xeno-canto.org/) -## Reference -####[xeno-canto.org](http://xeno-canto.org/) - - -### Release History +## Release History * 07/02/2018 - v0.0.4 Fixing communication with xeno-canto api - Thanks @camilokorea * 07/03/14 - v0.0.3 Adjust API endpoint - Thanks @rowanoulton * 0.0.2 Implements advanced searches. * 12/11/13 xeno-canto inception, basic search 0.0.1 +## License -### License -Copyright (c) 2013 Patrick De Marta +Copyright (c) 2013 Patrick De Marta Licensed under the [GNU GPL license](http://www.gnu.org/licenses/) . diff --git a/package.json b/package.json index 1368d7e..a1bc7c7 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,10 @@ "homepage": "https://github.com/UncleSamulus/xeno-canto", "repository": { "type": "git", - "url": "https://github.com/UncleSamulus/xeno-canto" + "url": "https://github.com/tripitakit/xeno-canto" }, "bugs": { - "url": "https://github.com/UncleSamulus/xeno-canto/issues" + "url": "https://github.com/tripitakit/xeno-canto/issues" }, "licenses": [ {