Skip to content

Commit

Permalink
v3.10.1 doc: Removed $ from install command in README.md (#416)
Browse files Browse the repository at this point in the history
When pressing the copy button that Github provides it also copies the $ sign making pasting the command to the terminal very annoying. 862a224
  • Loading branch information
jaywcjlove committed Feb 28, 2023
1 parent 673708f commit c103a94
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 35 deletions.
56 changes: 29 additions & 27 deletions CONTRIBUTORS.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"files": {
"main.css": "/hotkeys/static/css/main.43d08dfb.css",
"main.js": "/hotkeys/static/js/main.4fc11833.js",
"main.js": "/hotkeys/static/js/main.ade238e5.js",
"refractor-vendor.js": "/hotkeys/static/js/refractor-vendor.5a67e873.js",
"react-vendor.js": "/hotkeys/static/js/react-vendor.a606ee0f.js",
"static/media/bg.jpg": "/hotkeys/static/media/bg.c118c911b775de37ecf2.jpg",
"index.html": "/hotkeys/index.html",
"main.43d08dfb.css.map": "/hotkeys/static/css/main.43d08dfb.css.map",
"main.4fc11833.js.map": "/hotkeys/static/js/main.4fc11833.js.map",
"main.ade238e5.js.map": "/hotkeys/static/js/main.ade238e5.js.map",
"refractor-vendor.5a67e873.js.map": "/hotkeys/static/js/refractor-vendor.5a67e873.js.map",
"react-vendor.a606ee0f.js.map": "/hotkeys/static/js/react-vendor.a606ee0f.js.map"
},
"entrypoints": [
"static/js/refractor-vendor.5a67e873.js",
"static/js/react-vendor.a606ee0f.js",
"static/css/main.43d08dfb.css",
"static/js/main.4fc11833.js"
"static/js/main.ade238e5.js"
]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="UTF-8"><title>hotkeys.js - A robust Javascript library for capturing keyboard input.</title><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"><meta name="keywords" content="hotkey,hotkeys,hotkeysjs,key,keys,keyboard,shortcuts,keypress"/><meta name="description" content="A robust Javascript library for capturing keyboard input and key combinations entered. It has no dependencies. Try to press your keyboard, The following button will highlight."><script defer="defer" src="./static/js/refractor-vendor.5a67e873.js"></script><script defer="defer" src="./static/js/react-vendor.a606ee0f.js"></script><script defer="defer" src="./static/js/main.4fc11833.js"></script><link href="./static/css/main.43d08dfb.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="UTF-8"><title>hotkeys.js - A robust Javascript library for capturing keyboard input.</title><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"><meta name="keywords" content="hotkey,hotkeys,hotkeysjs,key,keys,keyboard,shortcuts,keypress"/><meta name="description" content="A robust Javascript library for capturing keyboard input and key combinations entered. It has no dependencies. Try to press your keyboard, The following button will highlight."><script defer="defer" src="./static/js/refractor-vendor.5a67e873.js"></script><script defer="defer" src="./static/js/react-vendor.a606ee0f.js"></script><script defer="defer" src="./static/js/main.ade238e5.js"></script><link href="./static/css/main.43d08dfb.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
3 changes: 0 additions & 3 deletions static/js/main.4fc11833.js

This file was deleted.

3 changes: 3 additions & 0 deletions static/js/main.ade238e5.js

Large diffs are not rendered by default.

File renamed without changes.

Large diffs are not rendered by default.

0 comments on commit c103a94

Please sign in to comment.