Skip to content

Commit 9c7d986

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

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

packages/kitsu-core/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,18 @@ camel(...)
7373
kitsuCore.camel(...)
7474
```
7575

76+
## Contributing
77+
78+
See [CONTRIBUTING]
79+
80+
## Releases
81+
82+
See [CHANGELOG]
83+
84+
## License
85+
86+
All code released under [MIT]
87+
7688
## API
7789

7890
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
@@ -504,18 +516,6 @@ snake('helloWorld') // 'hello_world'
504516

505517
Returns **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** snake_case formatted string
506518

507-
## Contributing
508-
509-
See [CONTRIBUTING]
510-
511-
## Releases
512-
513-
See [CHANGELOG]
514-
515-
## License
516-
517-
All code released under [MIT]
518-
519519
[json:api]: http://jsonapi.org
520520

521521
[changelog]: https://github.com/wopian/kitsu/blob/master/packages/kitsu-core/CHANGELOG.md

0 commit comments

Comments
 (0)