diff --git a/README.md b/README.md index 2110354..d740fa3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # improved-asp-html package -A short description of your package. +https://github.com/FluidCoding/atom-grammar-asphtml.git -![A screenshot of your package](https://f.cloud.github.com/assets/69169/2290250/c35d867a-a017-11e3-86be-cd7c5bf3ff9b.gif) +Adds improved syntax highlighting and snippets for classic ASP files into Atom. + +This Works well with [Monday-Syntax](https://github.com/ignism/monday-syntax) +Originally [converted](http://atom.io/docs/latest/converting-a-text-mate-bundle) +from the [ASP TextMate bundle](https://github.com/textmate/asp.tmbundle). diff --git a/package.json b/package.json index 35a03a1..9e12330 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "activationCommands": { "atom-workspace": "improved-asp-html:toggle" }, - "repository": "https://github.com/atom/improved-asp-html", + "repository": "https://github.com/FluidCoding/improved-asp-html", "license": "MIT", "engines": { "atom": ">=1.0.0 <2.0.0"