Commit Graph

7 Commits

Author SHA1 Message Date
Eric Nielsen 5b90c96cd1 Update modules' README.md
Stick with the following style:

* Header 1 with the module name is in `lowercase`.
* Other headers are in `Sentence case`. Common header names that should
  be consistently used are `Aliases`, `Contributing`, `Functions`,
  `Settings`, and `Zsh options`.
* The names `Zim` and `Zsh` always appear capitalized, even in the
  middle of sentences.
* Prefer

      print 'code indented with 4 spaces'

  instead of
  ```zsh
  print 'code fenced by lines with three back-ticks'
  print 'unless you want syntax highlighting'
  ```
2018-12-17 14:11:16 -05:00
Eric Nielsen e7275a9758
[input] Update README.md 2018-05-17 09:01:04 -05:00
Xiao-Ou Zhang d91d9e3efe [input] Fix typo in README
Closes #102
2016-12-01 23:51:59 -08:00
Matt Hamilton 7439df5836 [input] add double-dot expansion option
Closes #49
2016-05-20 20:25:04 -07:00
Matt Hamilton d431cbd338 fix documentation typo 2015-12-16 17:35:46 -05:00
Matt Hamilton f32e763604 rename and fix input docs 2015-12-16 01:23:31 -05:00
Matt Hamilton 6ca71da68d update documentation and enable input module by default 2015-12-16 01:22:33 -05:00
Renamed from modules/inputs/README.md (Browse further)