File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,11 @@ This is a [Hubot](https://hubot.github.com) adapter for [Matrix](https://matrix.
44
55## Installation
66
7- Use the version of this adapter appropriate to your Hubot version.
7+ Use the following adapter based on your Hubot version ( ` npm list hubot ` ) .
88
99* For Hubot v2, ` npm i hubot-matrix@1 `
1010* For Hubot v3, ` npm i hubot-matrix@2 `
11- * For Hubot v10, ` npm i hubot-matrix@3 `
12-
13- | ** hubot** | ** hubot-matrix** |
14- | -----------| ----|
15- | v2 | v1 |
16- | v3 | v2 |
17- | v10 | v3 |
11+ * For Hubot v10+, ` npm i @xurizaemon/hubot-matrix `
1812
1913## Adapter configuration
2014
Original file line number Diff line number Diff line change 11{
2- "version" : " 2 .0.1 " ,
3- "name" : " hubot-matrix" ,
2+ "version" : " 3 .0.0 " ,
3+ "name" : " @xurizaemon/ hubot-matrix" ,
44 "description" : " Matrix adapter for Hubot" ,
55 "license" : " MIT" ,
66 "main" : " src/matrix.mjs" ,
You can’t perform that action at this time.
0 commit comments