martyjs / marty

A Javascript library for state management in React applications
http://martyjs.org
MIT License
1.09k stars 76 forks source link

Fixing incorrect API example in Isomorphic docs #267

Closed pbomb closed 9 years ago

pbomb commented 9 years ago

It looks like lib/renderToString.js expects type and props properties on the options object, not component and props

jhollingworth commented 9 years ago

Thanks!