From 36b711c3a8de30a3d51695ffa72e70515df936d7 Mon Sep 17 00:00:00 2001 From: Dave Lucia Date: Sun, 5 Feb 2023 13:24:32 -0500 Subject: [PATCH] highlight examples --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 88bf9bb..9b7cc35 100644 --- a/README.md +++ b/README.md @@ -6,21 +6,21 @@ This plugin is inspired by the official [@sanity/table](https://github.com/sanit ## Installation -``` -npm install --save sanity-plugin-portable-table +```bash +$ npm install --save sanity-plugin-portable-table ``` or -``` -yarn add sanity-plugin-portable-table +```bash +$ yarn add sanity-plugin-portable-table ``` ## Usage Add it as a plugin in sanity.config.ts (or .js): -``` +```typescript import {defineConfig} from 'sanity' import {portableTable} from 'sanity-plugin-portable-table'