From 2bfa9fee3abaa54a78ba4ade4e419da64a0661da Mon Sep 17 00:00:00 2001 From: warmdev Date: Sat, 22 Oct 2016 16:11:09 -0400 Subject: [PATCH] Update README --- README.md | 6 +++--- messages.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 50b6b75..1f72647 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Inspired by [FileBrowser](https://github.com/aziz/SublimeFileBrowser), this pack #### Install via Package Control -This package has been submitted to [Package Control](https://packagecontrol.io/). Pending approval. +This package is available on [Package Control](https://packagecontrol.io/). Search for `Outline`. #### Manual installation @@ -41,11 +41,11 @@ To use `FileBrowser` and `Outline` together, please close the `FileBrowser` side Remove `-Dark` or remove the entire line to return to the bright theme. To customize your own color theme, see [this issue](https://github.com/warmdev/SublimeOutline/issues/1). -### Outline content and identation +### Outline content and indentation Outline is updated when you save a file or switch between files. -Content and identation in the `Outline` tab is controlled by the `Symbol List.tmPreferences` file (file name may differ) corresponding to the syntax of your file. +Content and indentation in the `Outline` tab is controlled by the `Symbol List.tmPreferences` file (file name may differ) corresponding to the syntax of your file. ### Known issue diff --git a/messages.json b/messages.json index 29cdbe5..0056921 100644 --- a/messages.json +++ b/messages.json @@ -1,4 +1,4 @@ { "install": "messages/install.txt", "0.1.1": "messages/0.1.1.txt" -} \ No newline at end of file +}