Browse Source

Update description

pull/8/head
Luke Childs 7 years ago
parent
commit
0e106b893f
  1. 2
      README.md
  2. 2
      package.json

2
README.md

@ -1,6 +1,6 @@
# react-jsdom
> Render actual DOM nodes in Node.js
> Render React components to actual DOM nodes in Node.js
[![Build Status](https://travis-ci.org/lukechilds/react-jsdom.svg?branch=master)](https://travis-ci.org/lukechilds/react-jsdom)
[![Coverage Status](https://coveralls.io/repos/github/lukechilds/react-jsdom/badge.svg?branch=master)](https://coveralls.io/github/lukechilds/react-jsdom?branch=master)

2
package.json

@ -1,7 +1,7 @@
{
"name": "react-jsdom",
"version": "2.0.3",
"description": "Render actual DOM nodes in Node.js",
"description": "Render React components to actual DOM nodes in Node.js",
"main": "src/index.js",
"scripts": {
"test": "xo && nyc ava",

Loading…
Cancel
Save