From 7f4281655633df1ed26259770e528d5e2741cf52 Mon Sep 17 00:00:00 2001 From: Milap Naik Date: Wed, 8 May 2024 09:38:13 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95680d0..a92ec86 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Some functions were added which allow for any remote-to-Roku interaction: `keyPr Previously, functions `deploy()`, `createPackage()`, and `deployAndSignPackage()` were available in the Node API, but have been moved to CLI commands. -Lastly, the default files array has changed. node modules and static analysis files have been excluded to speed up load times. Also, `fonts/` and `locale/` was added as they are in a few Roku documentation. The new default array can be seen in the section titled [Files Array](#files-array) +Lastly, the default files array has changed. node modules and static analysis files have been excluded to speed up load times. Also, `fonts/` and `locale/` was added as they are in some Roku documentation. The new default array can be seen in the section titled [Files Array](#files-array) ## CLI Usage