airbnb / hypernova

A service for server-side rendering your JavaScript views
MIT License
5.82k stars 208 forks source link

Clarification in README #58

Closed magicmark closed 7 years ago

magicmark commented 7 years ago

Hi all! Thanks for this awesome project!

From the README:

  // the port the app will start on
  port: 8080,
  // whether or not to run in parallel using all available cpus
  endpoint: '/batch'
  // default endpoint path
}

What config option is "whether or not to run in parallel using all available cpus" referring to? It also looks like the 'default endpoint path' should be on that line instead.

Thanks!

ljharb commented 7 years ago

Indeed, that looks like a merge conflict gone bad. That text is referring to a now-removed option and should be removed. Mind opening a PR to fix it?