Skip to content

Commit 91b03ca

Browse files
committed
fixed readme
1 parent 53e214d commit 91b03ca

1 file changed

Lines changed: 4 additions & 65 deletions

File tree

README.md

Lines changed: 4 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -5,88 +5,27 @@ Select2 is a jQuery based replacement for select boxes. It supports searching, r
55

66
To get started -- checkout http://ivaynberg.github.com/select2!
77

8-
9-
Versioning
10-
----------
11-
12-
For transparency and insight into our release cycle, and for striving to maintain backward compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible.
13-
14-
Releases will be numbered with the follow format:
15-
16-
`<major>.<minor>.<patch>`
17-
18-
And constructed with the following guidelines:
19-
20-
* Breaking backward compatibility bumps the major
21-
* New additions without breaking backward compatibility bumps the minor
22-
* Bug fixes and misc changes bump the patch
23-
24-
For more information on SemVer, please visit http://semver.org/.
25-
26-
278
Bug tracker
289
-----------
2910

3011
Have a bug? Please create an issue here on GitHub!
3112

32-
https://github.com/twitter/bootstrap/issues
33-
34-
35-
Twitter account
36-
---------------
37-
38-
Keep up to date on announcements and more by following Bootstrap on Twitter, <a href="http://twitter.com/TwBootstrap">@TwBootstrap</a>.
13+
https://github.com/ivaynberg/select2/issues
3914

4015

4116
Mailing list
4217
------------
4318

4419
Have a question? Ask on our mailing list!
4520

46-
twitter-bootstrap@googlegroups.com
47-
48-
http://groups.google.com/group/twitter-bootstrap
49-
21+
select2@googlegroups.com
5022

51-
IRC
52-
---
23+
https://groups.google.com/d/forum/select2
5324

54-
Server: irc.freenode.net
5525

56-
Channel: ##twitter-bootstrap (the double ## is not a typo)
57-
58-
59-
Developers
60-
----------
61-
62-
We have included a makefile with convenience methods for working with the Bootstrap library.
63-
64-
+ **build** - `make`
65-
Runs the LESS compiler to rebuild the `/less` files and compiles the docs pages. Requires lessc and uglify-js. <a href="http://twitter.github.com/bootstrap/less.html#compiling">Read more in our docs &raquo;</a>
66-
67-
+ **watch** - `make watch`
68-
This is a convenience method for watching just Less files and automatically building them whenever you save. Requires the Watchr gem.
69-
70-
71-
Authors
72-
-------
73-
74-
**Mark Otto**
75-
76-
+ http://twitter.com/mdo
77-
+ http://github.com/markdotto
78-
79-
**Jacob Thornton**
80-
81-
+ http://twitter.com/fat
82-
+ http://github.com/fat
83-
84-
85-
Copyright and license
26+
License
8627
---------------------
8728

88-
Copyright 2012 Twitter, Inc.
89-
9029
Licensed under the Apache License, Version 2.0 (the "License");
9130
you may not use this work except in compliance with the License.
9231
You may obtain a copy of the License in the LICENSE file, or at:

0 commit comments

Comments
 (0)