From 25779d9238477ec76eb988a0c6a0af754fdf624e Mon Sep 17 00:00:00 2001 From: Rob Koch Date: Mon, 27 Mar 2023 19:40:03 -0400 Subject: [PATCH] Update diff blocks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1cb4726..e1386a0 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ To switch between the text editor and the timeline view, select `View: Reopen ed The default view is hosted from https://timeline.markwhen.com. You may want to run your own local instance of the [timeline](https://github.com/mark-when/timeline) (or other view) and update [`useViewProviders`](src/Views/useViewProviders.ts) accordingly: -```ts +```diff /* src/Views/useViewProviders.ts */ ... @@ -79,7 +79,7 @@ View container: (Optional) Update [`useViewProviders`](src/Views/useViewProviders.ts): -```ts +```diff /* src/Views/useViewProviders.ts */ ...