Skip to content

Commit d3bc65b

Browse files
committed
moving a couple readme blocks around
1 parent 961957c commit d3bc65b

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

+13-9
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ A Javascript library for working with native objects.
1212
- [**Download**](#download)
1313
- [**Install**](#install)
1414
- [**Upgrading**](#upgrading)
15-
- [**Custom Builds**](#custom-builds)
16-
- [**Documentation**](#documentation)
1715
- [**Getting Started**](#getting-started)
16+
- [**Documentation**](#documentation)
17+
- [**Custom Builds**](#custom-builds)
1818
- [**npm**](#npm)
1919
- [**Modules**](#modules)
2020
- [**Date Locales**](#date-locales)
@@ -42,6 +42,17 @@ available that makes upgrading easier by warning you about breaking changes as
4242
your code is run. The [CAUTIONLOG](CAUTION.md) is also available, which is a
4343
vetted changelog showing breaking changes in order of severity.
4444

45+
46+
## Getting Started
47+
48+
#### [https://sugarjs.com/quickstart/](https://sugarjs.com/quickstart/)
49+
50+
51+
## Documentation
52+
53+
#### [https://sugarjs.com/docs/](https://sugarjs.com/docs/)
54+
55+
4556
## Custom Builds
4657

4758
#### [https://sugarjs.com/download/](https://sugarjs.com/download/)
@@ -51,13 +62,6 @@ tools like Browserify can also be used to create custom builds, as npm packages
5162
are now fully modular. The main repo also has tasks to create custom builds as
5263
well. Simply clone, run `npm install` then `gulp`.
5364

54-
## Documentation
55-
56-
#### [https://sugarjs.com/docs/](https://sugarjs.com/docs/)
57-
58-
## Getting Started
59-
60-
#### [https://sugarjs.com/quickstart/](https://sugarjs.com/quickstart/)
6165

6266
## npm
6367

0 commit comments

Comments
 (0)