mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Add matrix badge
Additionally, move links to the bottom of the page.
This commit is contained in:
parent
1e17d75c10
commit
ecfb223ec9
1 changed files with 7 additions and 5 deletions
12
readme.md
12
readme.md
|
@ -1,7 +1,4 @@
|
|||
[gitter-badge]: https://badges.gitter.im/Join%20Chat.svg
|
||||
[gitter-link]: https://gitter.im/tridactyl/Lobby
|
||||
|
||||
# Tridactyl [](https://travis-ci.org/cmcaine/tridactyl) [![Gitter Chat][gitter-badge]][gitter-link]
|
||||
# Tridactyl [](https://travis-ci.org/cmcaine/tridactyl) [![Matrix Chat][matrix-badge]][matrix-link] [![Gitter Chat][gitter-badge]][gitter-link]
|
||||
|
||||
Replace ff's default control mechanism with one modelled on the one true editor, Vim.
|
||||
|
||||
|
@ -39,7 +36,7 @@ A pre-commit hook is added by `npm install` that simply runs `npm test`. If you
|
|||
|
||||
### Documentation
|
||||
|
||||
Ask in `#tridactyl` on [matrix.org](https://riot.im/app/#/room/#tridactyl:matrix.org), freenode, or [gitter][gitter-link]
|
||||
Ask in `#tridactyl` on [matrix.org][matrix-link], freenode, or [gitter][gitter-link]
|
||||
|
||||
Development notes are in the doc directory, but they're somewhat out of date. Code is quite short and not *too* badly commented, though.
|
||||
|
||||
|
@ -243,3 +240,8 @@ Some actions have their own interactive mini-mode:
|
|||
|
||||
* hints
|
||||
* searching
|
||||
|
||||
[gitter-badge]: https://badges.gitter.im/Join%20Chat.svg
|
||||
[gitter-link]: https://gitter.im/tridactyl/Lobby
|
||||
[matrix-badge]: https://matrix.to/img/matrix-badge.svg
|
||||
[matrix-link]: https://riot.im/app/#/room/#tridactyl:matrix.org
|
||||
|
|
Loading…
Add table
Reference in a new issue