Files
react/docs/acknowledgements.md
T
Paul O’Shannessy 5ef593e4a0 Merge pull request #3693 from reedloden/swap-http-to-https
SSL/TLSize all the things! (convert http:// to https:// where appropriate)
2015-04-20 11:08:54 -07:00

830 B

id, title, layout
id title layout
acknowledgements Acknowledgements single

We'd like to thank all of our contributors:

{% for author_col in site.data.acknowledgements %}
    {% for author in author_col %}
  • {{ author }}
  • {% endfor %}
{% endfor %}

In addition, we're grateful to Jeff Barczewski for allowing us to use the react package name on npm and to Christopher Aue for letting us use the reactjs.com domain name and the @reactjs username on Twitter. We'd also like to thank ProjectMoon for letting us use the flux package name on npm.