Skip to content

Commit 941806b

Browse files
committed
Update README.md.
[ci skip]
1 parent 5aa56fe commit 941806b

File tree

2 files changed

+31
-27
lines changed

2 files changed

+31
-27
lines changed

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ indent_style = space
1010
insert_final_newline = true
1111
trim_trailing_whitespace = true
1212

13+
[*.md]
14+
trim_trailing_whitespace = false
15+
1316
[*.py]
1417
indent_size = 4

README.md

+28-27
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# [Bootstrap](http://getbootstrap.com)
2+
23
[![Slack](https://bootstrap-slack.herokuapp.com/badge.svg)](https://bootstrap-slack.herokuapp.com)
34
![Bower version](https://img.shields.io/bower/v/bootstrap.svg)
45
[![npm version](https://img.shields.io/npm/v/bootstrap.svg)](https://www.npmjs.com/package/bootstrap)
@@ -12,25 +13,25 @@ To get started, check out <http://getbootstrap.com>!
1213

1314
## Table of contents
1415

15-
- [Quick start](#quick-start)
16-
- [Bugs and feature requests](#bugs-and-feature-requests)
17-
- [Documentation](#documentation)
18-
- [Contributing](#contributing)
19-
- [Community](#community)
20-
- [Versioning](#versioning)
21-
- [Creators](#creators)
22-
- [Copyright and license](#copyright-and-license)
16+
* [Quick start](#quick-start)
17+
* [Bugs and feature requests](#bugs-and-feature-requests)
18+
* [Documentation](#documentation)
19+
* [Contributing](#contributing)
20+
* [Community](#community)
21+
* [Versioning](#versioning)
22+
* [Creators](#creators)
23+
* [Copyright and license](#copyright-and-license)
2324

2425
## Quick start
2526

2627
Several quick start options are available:
2728

28-
- [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.3.5.zip).
29-
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
30-
- Install with [Bower](http://bower.io): `bower install bootstrap`.
31-
- Install with [npm](https://www.npmjs.com): `npm install bootstrap`.
32-
- Install with [Meteor](https://www.meteor.com): `meteor add twbs:bootstrap`.
33-
- Install with [Composer](https://getcomposer.org): `composer require twbs/bootstrap`.
29+
* [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.3.5.zip).
30+
* Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
31+
* Install with [Bower](http://bower.io): `bower install bootstrap`.
32+
* Install with [npm](https://www.npmjs.com): `npm install bootstrap`.
33+
* Install with [Meteor](https://www.meteor.com): `meteor add twbs:bootstrap`.
34+
* Install with [Composer](https://getcomposer.org): `composer require twbs/bootstrap`.
3435

3536
Read the [Getting started page](http://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more.
3637

@@ -75,11 +76,11 @@ Bootstrap's documentation, included in this repo in the root directory, is built
7576

7677
### Running documentation locally
7778

78-
1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.5.x).
79-
- **Windows users:** Read [this unofficial guide](http://jekyll-windows.juthilo.com/) to get Jekyll up and running without problems.
79+
1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.5.x).
80+
**Note for Windows users:** Read [this unofficial guide](http://jekyll-windows.juthilo.com/) to get Jekyll up and running without problems.
8081
2. Install the Ruby-based syntax highlighter, [Rouge](https://github.com/jneen/rouge), with `gem install rouge`.
8182
3. From the root `/bootstrap` directory, run `jekyll serve` in the command line.
82-
4. Open <http://localhost:9001> in your browser, and voilà.
83+
4. Open `http://localhost:9001` in your browser, and voilà.
8384

8485
Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).
8586

@@ -105,12 +106,12 @@ Editor preferences are available in the [editor config](https://github.com/twbs/
105106

106107
Get updates on Bootstrap's development and chat with the project maintainers and community members.
107108

108-
- Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap).
109-
- Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com).
110-
- Join [the official Slack room](https://bootstrap-slack.herokuapp.com).
111-
- Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel.
112-
- Implementation help may be found at Stack Overflow (tagged [`twitter-bootstrap-3`](https://stackoverflow.com/questions/tagged/twitter-bootstrap-3)).
113-
- Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability.
109+
* Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap).
110+
* Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com).
111+
* Join [the official Slack room](https://bootstrap-slack.herokuapp.com).
112+
* Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel.
113+
* Implementation help may be found at Stack Overflow (tagged [`twitter-bootstrap-3`](https://stackoverflow.com/questions/tagged/twitter-bootstrap-3)).
114+
* Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability.
114115

115116

116117

@@ -126,13 +127,13 @@ See [the Releases section of our GitHub project](https://github.com/twbs/bootstr
126127

127128
**Mark Otto**
128129

129-
- <https://twitter.com/mdo>
130-
- <https://github.com/mdo>
130+
* <https://twitter.com/mdo>
131+
* <https://github.com/mdo>
131132

132133
**Jacob Thornton**
133134

134-
- <https://twitter.com/fat>
135-
- <https://github.com/fat>
135+
* <https://twitter.com/fat>
136+
* <https://github.com/fat>
136137

137138

138139

0 commit comments

Comments
 (0)