diff --git a/notes.YAML-tmLanguage b/notes.YAML-tmLanguage
index af5f4fa..a5aa35f 100644
--- a/notes.YAML-tmLanguage
+++ b/notes.YAML-tmLanguage
@@ -525,11 +525,11 @@ patterns:
match: (\"[^\"]*\")
- comment: Warning/critical
name: invalid.deprecated.notes
- match: (?![a-zA-Z])\!+[^\!\n\r]+\!*
+ match: (!!([^!]+)!!)
- comment: Emphasis on parentheses
name: keyword.operator
match: ([\(\)])
- comment: Top-level vocab definitions
name: keyword.other.notes
match: ^(([\w\+-=\/?!@#$%^&()~]+(\s?[\w\+-=\/?!@#$%^&()~]*)*\:)(?=[ \t][\w\d]))
-...
\ No newline at end of file
+...
diff --git a/notes.tmLanguage b/notes.tmLanguage
index a4855c5..903cefa 100644
--- a/notes.tmLanguage
+++ b/notes.tmLanguage
@@ -1970,7 +1970,7 @@
comment
Warning/critical
match
- (?![a-zA-Z])\!+[^\!\n\r]+\!*
+ (!!([^!]+)!!)
name
invalid.deprecated.notes
diff --git a/readme.md b/readme.md
index 538e930..45bc12c 100644
--- a/readme.md
+++ b/readme.md
@@ -1,31 +1,31 @@
-#Notes for Sublime Text
+# Notes for Sublime Text
-##A _Very_ Simple Language for Taking Notes
+## A _Very_ Simple Language for Taking Notes
If you're like me, you find yourself taking a lot of notes in Sublime. I like syntax highlighting, and I thought it would be cool to see it applied to every day note taking.
Now you can enjoy your beautiful color schemes while taking everyday notes!

-##Installation
+## Installation
Install via Sublime's [Package Manager](https://sublime.wbond.net/installation).
- Open the command palette: `⌘+shift+p` on MacOS/Linux, `ctrl+shift+p` on Windows
- type `install`, select `Package Control: Install Package`
- type `Notes`, select `Notes`
-##Usage
+## Usage
- Open the command palette: `⌘+shift+p` on MacOS/Linux, `ctrl+shift+p` on Windows
- type `notes`
- or save as a .notes file
-##Features
+## Features

-##Snippets
+## Snippets
- generate block title: `--- + TAB`
- generate code snippet: `[ + TAB`
-##Supported languages for snippets
+## Supported languages for snippets
- Actionscript
- Applescript
- ASP