File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,12 @@ is can be used to send feedback from webapp to a website.
55Currently this works well for reporting issue to github's issue tracker.
66But you can have simple website up that takes a report passed through ` ?body ` url parameter.
77
8- See the [ docs for documentation.] ( /docs )
8+ ## Install
9+
10+ ``` bash
11+ npm i --save @electron-elements/send-feedback
12+ ```
13+
14+ ## Usage
15+
16+ See the [ docs for usage and documentation.] ( /docs )
Original file line number Diff line number Diff line change 11{
22 "name" : " @electron-elements/send-feedback" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.2 " ,
44 "description" : " send feeback - electron element for electron apps" ,
55 "main" : " lib/index.js" ,
66 "repository" : {
1717 "keywords" : [
1818 " send-feedback" ,
1919 " electron" ,
20- " custom elements"
20+ " custom elements" ,
21+ " electron-elements"
2122 ],
2223 "author" : " cPhost" ,
2324 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments