Skip to content

Commit

Permalink
Better package description.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed May 3, 2020
1 parent f2e9c96 commit 853ff62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "next-graphql-react",
"version": "7.0.0",
"description": "A Next.js integration for graphql-react that enables server side rendered GraphQL operations.",
"description": "A graphql-react integration for Next.js to enable server side rendered GraphQL operations.",
"license": "MIT",
"author": {
"name": "Jayden Seric",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![npm version](https://badgen.net/npm/v/next-graphql-react)](https://npm.im/next-graphql-react) [![CI status](https://github.com/jaydenseric/next-graphql-react/workflows/CI/badge.svg)](https://github.com/jaydenseric/next-graphql-react/actions)

A [Next.js](https://nextjs.org) integration for [`graphql-react`](https://npm.im/graphql-react) that enables server side rendered GraphQL operations.
A [`graphql-react`](https://npm.im/graphql-react) integration for [Next.js](https://nextjs.org) to enable server side rendered GraphQL operations.

## Setup

Expand Down

0 comments on commit 853ff62

Please sign in to comment.