Skip to content

Commit

Permalink
Merge pull request #379 from CrazyTim/patch-1
Browse files Browse the repository at this point in the history
Change links from http -> https
  • Loading branch information
jrit authored Jan 25, 2021
2 parents 94a39ce + c39f52b commit bfd4991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Build Status](https://travis-ci.org/Automattic/juice.svg?branch=master)](https://travis-ci.org/Automattic/juice)
[![Dependency Status](https://david-dm.org/Automattic/juice.svg)](https://david-dm.org/Automattic/juice)

# Juice ![](http://i.imgur.com/jN8Ht.gif)
# Juice ![](https://i.imgur.com/jN8Ht.gif)

Given HTML, juice will inline your CSS properties into the `style` attribute.

Expand All @@ -23,7 +23,7 @@ result will be:
<div style="color: red;"></div>
```

[Try out the web client version](http://automattic.github.io/juice/)
[Try out the web client version](https://automattic.github.io/juice/)

## What is this useful for ?

Expand Down

0 comments on commit bfd4991

Please sign in to comment.