From 01b4a9de53496c1df65a4bcd3d145fa7ae2d1c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=CC=81mi=20Pre=CC=81vost?= Date: Tue, 19 Jul 2011 08:44:30 -0400 Subject: [PATCH] Use h2 titles instead of h1 in README --- README.mkd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.mkd b/README.mkd index 1fd971b..e28ca49 100644 --- a/README.mkd +++ b/README.mkd @@ -1,8 +1,8 @@ -# Introduction +## Introduction Teamocil is a tool used to automatically create sessions, windows and splits in `tmux` with Ruby and YAML. Like [tmuxinator](https://github.com/aziz/tmuxinator), but with splits, not just windows. -# Usage +## Usage $ gem install teamocil $ mkdir ~/.teamocil @@ -10,12 +10,12 @@ Teamocil is a tool used to automatically create sessions, windows and splits in $ tmux $ teamocil sample -# Options +## Options * `--here` opens the session from the current window, it doesn’t create an empty first window. * `--layout` takes a custom file path to a YAML layout file. -# Layout example +## Layout example # ~/.teamocil/sample.yml @@ -46,6 +46,6 @@ Running `$ teamocil sample` will rename the session to `sample-session` and crea | | | '------------------'------------------' -# Contributors +## Contributors * Samuel Garneau ([garno](https://github.com/garno))