Skip to content

Commit b0de3ab

Browse files
authored
docs: move contributing, releases and license above api documentation
1 parent 9c7d986 commit b0de3ab

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

packages/kitsu/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,18 @@ import Kitsu from 'kitsu' // ES Modules & Babel
114114
const Kitsu = require('kitsu') // CommonJS & Browserify
115115
```
116116

117+
## Contributing
118+
119+
See [CONTRIBUTING]
120+
121+
## Releases
122+
123+
See [CHANGELOG]
124+
125+
## License
126+
127+
All code released under [MIT]
128+
117129
## Quick Start
118130

119131
```javascript
@@ -738,18 +750,6 @@ api.request({
738750

739751
Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** JSON-parsed response
740752

741-
## Contributing
742-
743-
See [CONTRIBUTING]
744-
745-
## Releases
746-
747-
See [CHANGELOG]
748-
749-
## License
750-
751-
All code released under [MIT]
752-
753753
[kitsu.io]: https://kitsu.io
754754

755755
[json:api]: http://jsonapi.org

0 commit comments

Comments
 (0)