aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-01-09 12:00:10 -0800
committerChris Rebert <[email protected]>2015-01-09 12:33:34 -0800
commit8ce8cd992eecc053e57c575bdfd51dfd73640cbc (patch)
tree8a74f5f20ba1833b3aff2470465ac2c3d7460e10 /README.md
parentd2f29fd6496df8efeaa7d718225ad6375f8c8c8d (diff)
downloadbootstrap-8ce8cd992eecc053e57c575bdfd51dfd73640cbc.tar.xz
bootstrap-8ce8cd992eecc053e57c575bdfd51dfd73640cbc.zip
remove more Glyphicon references from the docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 4 insertions, 10 deletions
diff --git a/README.md b/README.md
index 372f72b80..15ec10de4 100644
--- a/README.md
+++ b/README.md
@@ -44,18 +44,12 @@ bootstrap/
│ ├── bootstrap-theme.css
│ ├── bootstrap-theme.css.map
│ └── bootstrap-theme.min.css
-├── js/
-│ ├── bootstrap.js
-│ └── bootstrap.min.js
-└── fonts/
- ├── glyphicons-halflings-regular.eot
- ├── glyphicons-halflings-regular.svg
- ├── glyphicons-halflings-regular.ttf
- ├── glyphicons-halflings-regular.woff
- └── glyphicons-halflings-regular.woff2
+└── js/
+ ├── bootstrap.js
+ └── bootstrap.min.js
```
-We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developers.google.com/chrome-developer-tools/docs/css-preprocessors) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Fonts from Glyphicons are included, as is the optional Bootstrap theme.
+We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developers.google.com/chrome-developer-tools/docs/css-preprocessors) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. The optional Bootstrap theme is also included.