1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

alphabetize the ordering

This commit is contained in:
Mark Otto 2014-11-25 17:09:23 -08:00
parent 2a3680e187
commit 2ef6e02c01

View file

@ -36,13 +36,13 @@ The Bootstrap source code download includes the precompiled CSS and JavaScript a
{% highlight bash %}
bootstrap/
├── less/
├── js/
├── dist/
│ ├── css/
│ └── js/
└── docs/
└── examples/
├── docs/
│ └── examples/
├── js/
└── less/
{% endhighlight %}
The `less/` and `js/` are the source code for our CSS and JavaScript. The `dist/` folder includes everything listed in the precompiled download section above. The `docs/` folder includes the source code for our documentation, and `examples/` of Bootstrap usage. Beyond that, any other included file provides support for packages, license information, and development.