From b7a27c8ffa14fc6fea7978f17ffd2c75b21f3e5f Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 20 Jan 2021 13:34:09 -0500 Subject: [PATCH] update tagline --- package.json | 2 +- readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d99a9ab..d2e9339 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nextjs-notion-starter-kit", "version": "0.1.0", "private": true, - "description": "The perfect starter kit for building beautiful Next.js websites that are backed by Notion content.", + "description": "The perfect starter kit for building beautiful websites with Next.js and Notion.", "author": "Travis Fischer ", "repository": "transitive-bullshit/nextjs-notion-starter-kit", "license": "MIT", diff --git a/readme.md b/readme.md index d86d49f..ad913f7 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ # Next.js Notion Starter Kit -> The perfect starter kit for building beautiful Next.js websites that are backed by Notion content. +> The perfect starter kit for building beautiful websites with Next.js and Notion. [![Build Status](https://travis-ci.com/transitive-bullshit/nextjs-notion-starter-kit.svg?branch=main)](https://travis-ci.com/transitive-bullshit/nextjs-notion-starter-kit) [![Prettier Code Formatting](https://img.shields.io/badge/code_style-prettier-brightgreen.svg)](https://prettier.io) @@ -15,7 +15,7 @@ This repo is what I use to power my personal blog / portfolio site [transitivebullsh.it](https://transitivebullsh.it). -It uses Notion as a CMS, fetching content from a [root Notion doc](https://notion.so/78fc5a4b88d74b0e824e29407e9f1ec1) and then uses [Next.js](https://nextjs.org/) and [react-notion-x](https://github.com/NotionX/react-notion-x) to render everything with great perf and custom styling. +It uses Notion as a CMS, fetching content from a [root Notion doc](https://notion.so/78fc5a4b88d74b0e824e29407e9f1ec1) and then uses [Next.js](https://nextjs.org/) and [react-notion-x](https://github.com/NotionX/react-notion-x) to render everything. The site is then deployed to [Vercel](http://vercel.com).