Skip to content

Commit f8c53cf

Browse files
committed
updated branding and urls in readme
1 parent dfd77d5 commit f8c53cf

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Inky
22

3-
[![Build Status](https://travis-ci.org/zurb/inky.svg?branch=master)](https://travis-ci.org/zurb/inky) [![npm version](https://badge.fury.io/js/inky.svg)](https://badge.fury.io/js/inky)
3+
[![Build Status](https://travis-ci.org/foundation/inky.svg?branch=master)](https://travis-ci.org/foundation/inky) [![npm version](https://badge.fury.io/js/inky.svg)](https://badge.fury.io/js/inky)
44

5-
Inky is an HTML-based templating language that converts simple HTML into complex, responsive email-ready HTML. Designed for [Foundation for Emails](http://foundation.zurb.com/emails), a responsive email framework from [ZURB](http://zurb.com).
5+
Inky is an HTML-based templating language that converts simple HTML into complex, responsive email-ready HTML. Designed for [Foundation for Emails](https://get.foundation/emails).
66

77
Give Inky simple HTML like this:
88

@@ -75,14 +75,7 @@ function parse() {
7575

7676
### Command Line
7777

78-
Install [inky-cli](https://github.com/zurb/inky-cli) to get the `inky` command. The first option is a glob of input files, and the second option is a folder to output them to. Add the `--watch` flag to re-compile when files are added or changed.
79-
80-
```bash
81-
npm install inky-cli --global
82-
inky src/pages/**/*.html dist --watch
83-
```
84-
85-
Doesn't support advanced settings at the moment.
78+
Install [foundation-cli](https://github.com/foundation/foundation-cli) to get the `foundation` command.
8679

8780
## Plugin Settings
8881

0 commit comments

Comments
 (0)