We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7d986 commit b0de3abCopy full SHA for b0de3ab
1 file changed
packages/kitsu/README.md
@@ -114,6 +114,18 @@ import Kitsu from 'kitsu' // ES Modules & Babel
114
const Kitsu = require('kitsu') // CommonJS & Browserify
115
```
116
117
+## Contributing
118
+
119
+See [CONTRIBUTING]
120
121
+## Releases
122
123
+See [CHANGELOG]
124
125
+## License
126
127
+All code released under [MIT]
128
129
## Quick Start
130
131
```javascript
@@ -738,18 +750,6 @@ api.request({
738
750
739
751
Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** JSON-parsed response
740
752
741
-## Contributing
742
-
743
-See [CONTRIBUTING]
744
745
-## Releases
746
747
-See [CHANGELOG]
748
749
-## License
-All code released under [MIT]
753
[kitsu.io]: https://kitsu.io
754
755
[json:api]: http://jsonapi.org
0 commit comments