From 2fb3fcbccb9845d975b174a243275cef9922cf14 Mon Sep 17 00:00:00 2001 From: u Date: Wed, 18 Dec 2024 09:34:04 +0100 Subject: [PATCH] Update README.md Typo fixes, line 3 and 13 Signed-off-by: u --- packages/apps/web-view-example/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/apps/web-view-example/README.md b/packages/apps/web-view-example/README.md index a5dd39b45..738c4da87 100644 --- a/packages/apps/web-view-example/README.md +++ b/packages/apps/web-view-example/README.md @@ -1,6 +1,6 @@ # Web View Example app -This app shows hot to integrate the `` block into Devvit. +This app shows how to integrate the `` block into Devvit. A full video tutorial explaining this source code is available [here](https://www.youtube.com/watch?v=BhbWn8TnXvo). You can also read explanations about the source code in [our documentation](https://developers.reddit.com/docs/webviews) @@ -10,7 +10,7 @@ You can also read explanations about the source code in [our documentation](http `npm install --save @devvit/public-api@0.11.3` 2. Change Devvit project configuration - Eddit `devvit.yaml` to give a unique name to your project + Edit `devvit.yaml` to give a unique name to your project 3. Install dependencies `npm install`