# Hologram Doc Snippet
> A short snippet for adding a Hologram documentation comment in Sublime Text.
## Installation
To install this snippet using [Package Control](http://wbond.net/sublime\_packages/package\_control)...
* Open the Command Palette (⌘ + Shift + P on OS X, Ctrl + Shift + P on Linux & Windows).
* Select `Package Control: Install Package`.
* Select `Hologram Doc Snippet` when the list appears.
To install this snippet manually, `cd` to your Packages (Preferences > Browse Packages...) directory and run...
```
git clone git://github.com/rishabhsrao/hologram-doc-snippet.git
```
## Usage
Type the first few characters of `hologram-doc` and press Tab to insert this snippet.
## License
MIT