From f54a277aada3ad1d067d75a1576d15737ddcb784 Mon Sep 17 00:00:00 2001 From: Hopium <135053852+Hopium21@users.noreply.github.com> Date: Thu, 21 Nov 2024 19:09:05 +0100 Subject: [PATCH 1/3] Update README.md --- libs/remix-ui/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/remix-ui/README.md b/libs/remix-ui/README.md index 8dd1b4b48de..6747012cb3a 100644 --- a/libs/remix-ui/README.md +++ b/libs/remix-ui/README.md @@ -2,7 +2,7 @@ This library was generated with [Nx](https://nx.dev). -## Pre-requisite +## Prerequisite - Install **NxConsole** vscode extension ## Steps To Generate React App - Open **NxConsole** extension @@ -22,7 +22,7 @@ This library was generated with [Nx](https://nx.dev). - Set **importPath** to **@remix-ui/{library-name}** - Set **unitTestRunner** to **none**. - Click the run button in the top right corner of the generate page. -- Your react library should be created on **{root}/libs/remix-ui** directory. +- Your react library should be created in **{root}/libs/remix-ui** directory. ## Steps To Generate React Component - Open **NxConsole** extension From 9ed5adcc932c8762e1f44e24f989394c1722a827 Mon Sep 17 00:00:00 2001 From: Hopium <135053852+Hopium21@users.noreply.github.com> Date: Thu, 21 Nov 2024 19:11:35 +0100 Subject: [PATCH 2/3] Update README.md --- libs/remix-debug/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-debug/README.md b/libs/remix-debug/README.md index a59e9690ac5..ec923ce6df9 100644 --- a/libs/remix-debug/README.md +++ b/libs/remix-debug/README.md @@ -47,7 +47,7 @@ debugger.event.register('newTraceLoaded', () => { }) debugger.callTree.register('callTreeReady', () => { - // start doing more complex stuff like resolvng local variables + // start doing more complex stuff like resolving local variables breakPointManager.jumpNextBreakpoint(true) var storageView = debugger.storageViewAt(38, , From 29fa23f8e8e36d0460903a62d00b7695bd408776 Mon Sep 17 00:00:00 2001 From: Hopium <135053852+Hopium21@users.noreply.github.com> Date: Thu, 21 Nov 2024 19:16:03 +0100 Subject: [PATCH 3/3] Update README.md --- apps/remixdesktop/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/remixdesktop/README.md b/apps/remixdesktop/README.md index bd1efb612c7..09447c6a2a5 100644 --- a/apps/remixdesktop/README.md +++ b/apps/remixdesktop/README.md @@ -124,7 +124,7 @@ engine.register(compilerLoaderPlugin) const exposedPLugins = ['fs', 'git', 'xterm', 'isogit', 'electronconfig', 'electronTemplates', 'ripgrep', 'compilerloader', 'appUpdater'] ``` -If you don't this, it won't work. +If you don't do this, it won't work. 12. In Remix IDE create a plugin in src/app/plugins/electron. If everything works correctly the methods will be loaded from the electron side, no need to specify them here. This plugin is only a passthrough. @@ -156,5 +156,5 @@ export class compilerLoaderPluginDesktop extends ElectronPlugin { ## CI -CI will only run the builds is the branch is master or contains the word: desktop +CI will only run the builds if the branch is master or contains the word: desktop