Switch around order of Contribute and Contributors parts in readme.

master
Magnar Sveen 14 years ago
parent c6692824d6
commit 69e054eeaa
  1. 12
      README.md
  2. 12
      readme-template.md

@ -552,12 +552,6 @@ Destructive: Sets `list` to the cdr of `list`.
```
## Contributors
- [Fuco](https://github.com/Fuco1) contributed `-union` and `-separate`.
Thanks!
## Contribute
Yes, please do. Pure functions in the list manipulation realm only,
@ -584,6 +578,12 @@ the tests are always running and the docs are always in sync:
Oh, and don't edit `README.md` directly, it is auto-generated.
Change `readme-template.md` or `examples-to-docs.el` instead.
## Contributors
- [Fuco](https://github.com/Fuco1) contributed `-union` and `-separate`.
Thanks!
## License
Copyright (C) 2012 Magnar Sveen

@ -43,12 +43,6 @@ which demonstrates the usefulness of both versions.
[[ function-docs ]]
## Contributors
- [Fuco](https://github.com/Fuco1) contributed `-union` and `-separate`.
Thanks!
## Contribute
Yes, please do. Pure functions in the list manipulation realm only,
@ -75,6 +69,12 @@ the tests are always running and the docs are always in sync:
Oh, and don't edit `README.md` directly, it is auto-generated.
Change `readme-template.md` or `examples-to-docs.el` instead.
## Contributors
- [Fuco](https://github.com/Fuco1) contributed `-union` and `-separate`.
Thanks!
## License
Copyright (C) 2012 Magnar Sveen

Loading…
Cancel
Save