Skip to content

Commit 2847c0e

Browse files
committed
plugin pack > preset
1 parent c75821f commit 2847c0e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Reshape Standard Plugin Pack
1+
# Reshape Standard Preset
22

33
[![npm](http://img.shields.io/npm/v/reshape-standard.svg?style=flat-square)](https://badge.fury.io/js/reshape-standard) [![tests](http://img.shields.io/travis/reshape/standard/master.svg?style=flat-square)](https://travis-ci.org/reshape/standard) [![dependencies](http://img.shields.io/david/reshape/standard.svg?style=flat-square)](https://david-dm.org/reshape/standard)
44
[![coverage](https://img.shields.io/codecov/c/github/reshape/standard.svg?style=flat-square)](https://codecov.io/gh/reshape/standard)
55

66

7-
A standard, opinionated plugin pack for reshape
7+
A standard, opinionated preset for reshape
88

99
> **Note:** This project is in early development, and versioning is a little different. [Read this](http://markup.im/#q4_cRZ1Q) for more details.
1010
@@ -16,7 +16,7 @@ A standard, opinionated plugin pack for reshape
1616
1717
### Example
1818

19-
The standard plugin pack includes plugins that cover all the features needed from a modern template engine. Below is an example of a page utilizing many of the features:
19+
The standard preset includes plugins that cover all the features needed from a modern template engine. Below is an example of a page utilizing many of the features:
2020

2121
```jade
2222
doctype html
@@ -58,7 +58,7 @@ reshape(standard(/* options */))
5858
.then((res) => console.log(res.output()))
5959
```
6060

61-
By default, the standard plugin pack includes:
61+
By default, the standard preset includes:
6262

6363
- [sugarml](https://github.com/reshape/sugarml), provided as default parser
6464
- [reshape-expressions](https://github.com/reshape/expressions), default settings
@@ -101,7 +101,7 @@ Any of these plugins can be customized by passing options described below.
101101

102102
### Markdown Rendering Functions
103103

104-
There are two markdown rendering shortcut functions provided with this plugin pack: `md` and `mdi`. The `md` function will run a full markdown render including wrapping with a paragraph tag, rendering headlines, etc. For example:
104+
There are two markdown rendering shortcut functions provided with this preset: `md` and `mdi`. The `md` function will run a full markdown render including wrapping with a paragraph tag, rendering headlines, etc. For example:
105105

106106
```
107107
.content(md).

0 commit comments

Comments
 (0)