Skip to content
This repository was archived by the owner on Sep 1, 2021. It is now read-only.

Commit 63e2256

Browse files
committed
update readme
1 parent 785dde7 commit 63e2256

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
2-
!/.idea/
1+
/.idea

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ web-ext run
4949
```
5050

5151
This installs "Save code to Bookmarks.dev" as a temporary add-on and it watches for changes in the source code
52-
and **redploys automatically**.
52+
and **redeploys automatically**.
5353

5454
#### Manual deployment
5555
Go to [about:debugging#/runtime/this-firefox](about:debugging#/runtime/this-firefox), click **Load Temporary Add-on...**
@@ -75,7 +75,7 @@ and then Reload the extension with one of the mechanisms mentioned before
7575

7676
First of all zip the file either with `web-ext`
7777
```
78-
web-ext build -i 'docs'
78+
web-ext build -i 'resources'
7979
```
8080

8181
or with _standard_ `zip` command:
Binary file not shown.

0 commit comments

Comments
 (0)