We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c98fe commit ac95370Copy full SHA for ac95370
README.md
@@ -1,6 +1,6 @@
1
-# Twitter Bootstrap 3 Support for Atom
+# Bootstrap 3 Support for Atom
2
3
-Provides [Twitter Bootstrap 3][1] classes and HTML tags with autocompletion features.
+Provides [Bootstrap 3][1] classes and HTML tags with autocompletion features.
4
5
Install:
6
```bash
package.json
@@ -1,7 +1,7 @@
{
"name": "atom-bootstrap3",
"version": "1.2.0",
- "description": "Twitter Bootstrap 3 Support with snippets and autocompletion. Supports Glyphicons and Fontawesome",
+ "description": "Bootstrap 3 Support with snippets and autocompletion. Supports Glyphicons and Fontawesome",
"activationEvents": [
"atom-bootstrap3:toggle"
7
],
0 commit comments