Skip to content

Commit 4573e96

Browse files
committed
fix: fixed media rendering, updated slug
1 parent 1fcddd2 commit 4573e96

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# preview-email
22

3-
[![build status](https://github.com/forwardemail/preview-email/actions/workflows/ci.yml/badge.svg)](https://github.com/forwardemail/preview-email/actions/workflows/ci.yml)
3+
[![build status](https://github.com/forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript/actions/workflows/ci.yml/badge.svg)](https://github.com/forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript/actions/workflows/ci.yml)
44
[![code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
55
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
66
[![made with lass](https://img.shields.io/badge/made_with-lass-95CC28.svg)](https://lass.js.org)
77
[![license](https://img.shields.io/github/license/forward-email/preview-email.svg)]()
88

9-
> Automatically opens your browser and iOS Simulator to preview [Node.js][node] email messages sent with [Nodemailer][]. Made for [Forward Email][forward-email] and [Lad][]!
9+
> Automatically opens your browser and iOS Simulator to preview [Node.js][node] email messages sent with [Nodemailer][]. Made for [Forward Email][forward-email] and [Lad][]. Cross-platform and cross-browser email testing.
1010
1111

1212
## Table of Contents
@@ -27,11 +27,11 @@
2727

2828
### iOS Simulator
2929

30-
<a href="media/macos-notification.png" target="_blank"><img src="media/macos-notification.png" width="370" height="112" alt="macOS Notification Screenshot" /></a> <br /> <a href="media/ios-simulator.png" target="_blank"><img src="media/ios-simulator.png" width="481" height="908" alt="iOS Simulator Screenshot" /></a>
30+
<a href="https://raw.githubusercontent.com/forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript/master/media/macos-notification.png" target="_blank"><img src="https://raw.githubusercontent.com/forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript/master/media/macos-notification.png" width="370" height="112" alt="macOS Notification Screenshot" /></a> <br /> <a href="https://raw.githubusercontent.com/forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript/master/media/ios-simulator.png" target="_blank"><img src="https://raw.githubusercontent.com/forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript/master/media/ios-simulator.png" width="481" height="908" alt="iOS Simulator Screenshot" /></a>
3131

3232
### Browser
3333

34-
<a href="media/browser.png" target="_blank"><img src="media/browser.png" width="617" height="939" alt="Browser Screenshot" /></a>
34+
<a href="https://raw.githubusercontent.com/forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript/master/media/browser.png" target="_blank"><img src="https://raw.githubusercontent.com/forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript/master/media/browser.png" width="617" height="939" alt="Browser Screenshot" /></a>
3535

3636

3737
## Install

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "preview-email",
3-
"description": "Automatically opens your browser and iOS Simulator to preview Node.js email messages sent with Nodemailer. Made for Forward Email and Lad!",
3+
"description": "Automatically opens your browser and iOS Simulator to preview Node.js email messages sent with Nodemailer. Made for Forward Email and Lad. Cross-browser and cross-platform email testing.",
44
"version": "3.0.17",
55
"author": "Forward Email (https://forwardemail.net)",
66
"bugs": {
7-
"url": "https://github.com/forwardemail/preview-email/issues",
7+
"url": "https://github.com/forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript/issues",
88
"email": "niftylettuce@gmail.com"
99
},
1010
"contributors": [
@@ -44,7 +44,7 @@
4444
"index.js",
4545
"template.pug"
4646
],
47-
"homepage": "https://github.com/forwardemail/preview-email",
47+
"homepage": "https://github.com/forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript",
4848
"keywords": [
4949
"app",
5050
"apple",
@@ -99,7 +99,7 @@
9999
"main": "index.js",
100100
"repository": {
101101
"type": "git",
102-
"url": "https://github.com/forwardemail/preview-email"
102+
"url": "https://github.com/forwardemail/test-preview-emails-cross-browsers-ios-simulator-nodejs-javascript"
103103
},
104104
"scripts": {
105105
"ava": "cross-env NODE_ENV=test NODE_DEBUG=preview-email ava",

0 commit comments

Comments
 (0)