8000 Correct bullets in README.md. · lodash/lodash@ac7f045 · GitHub
[go: up one dir, main page]

Skip to content

Commit ac7f045

Browse files
committed
Correct bullets in README.md.
Former-commit-id: fb75befff853071b7ad5dde3f3a575c707930cc4
1 parent ffe02ad commit ac7f045

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Lo-Dash’s performance is gained by avoiding slower native methods, instead opt
1111
* [Production build](https://raw.github.com/bestiejs/lodash/v0.8.0/lodash.min.js)
1212
* [Underscore build](https://raw.github.com/bestiejs/lodash/v0.8.0/lodash.underscore.min.js) tailored for projects already using Underscore
1313
* CDN copies of ≤ [v0.8.0](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/0.8.0/lodash.min.js) are available on [cdnjs](http://cdnjs.com/) thanks to [CloudFlare](http://www.cloudflare.com/)
14-
1514
* For optimal file size, [create a custom build](https://github.com/bestiejs/lodash#custom-builds) with only the features you need
1615

1716
## Dive in
@@ -125,17 +124,17 @@ lodash backbone plus=random,template
125124
lodash backbone plus="random, template"
126125
```
127126

128-
* Use the `template` argument to pass the file path pattern used to match template files to precompile
127+
* Use the `template` argument to pass the file path pattern used to match template files to precompile
129128
```bash
130129
lodash template="./*.jst"
131130
```
132131

133-
* Use the `settings` argument to pass the template settings used when precompiling templates
132+
* Use the `settings` argument to pass the template settings used when precompiling templates
134133
```bash
135134
lodash settings="{interpolate:/\\{\\{(.+?)\\}\\}/g}"
136135
```
137136

138-
All arguments, except `legacy` with `csp` or `mobile`, may be combined.
137+
All arguments, except `legacy` with `csp` or `mobile`, may be combined.<br>
139138
Unless specified by `-o` or `--output`, all files created are saved to the current working directory.
140139

141140
The following options are also supported:

0 commit comments

Comments
 (0)
0