Skip to content

Commit

Permalink
Update library description
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Sep 23, 2017
1 parent c31bf01 commit a6f424b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center">
<a href="https://medium-zoom.francoischalifour.com"><img src="logo.svg" width="64"></a>
<h3 align="center">medium-zoom</h3>
<p align="center">Medium zoom on your pictures in vanilla JavaScript 馃攷 馃柤</p>
<p align="center">Medium zoom on your images in vanilla JavaScript 馃攷 馃柤</p>
</p>

<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion examples/javascript/development/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<body>
<header class="header">
<h1 class="header__title">Medium Zoom</h1>
<div class="header__subtitle">Medium zoom on your pictures in vanilla JavaScript</div>
<div class="header__subtitle">Medium zoom on your images in vanilla JavaScript</div>

<div class="header__info">
<a href="https://github.com/francoischalifour/medium-zoom" class="button">View on GitHub</a>
Expand Down
2 changes: 1 addition & 1 deletion examples/javascript/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<body>
<header class="header">
<h1 class="header__title">Medium Zoom</h1>
<div class="header__subtitle">Medium zoom on your pictures in vanilla JavaScript</div>
<div class="header__subtitle">Medium zoom on your images in vanilla JavaScript</div>

<div class="header__info">
<a href="https://github.com/francoischalifour/medium-zoom" class="button">View on GitHub</a>
Expand Down
2 changes: 1 addition & 1 deletion examples/javascript/preview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<body>
<header class="header">
<h1 class="header__title">Medium Zoom</h1>
<div class="header__subtitle">Medium zoom on your pictures in vanilla JavaScript</div>
<div class="header__subtitle">Medium zoom on your images in vanilla JavaScript</div>

<div class="header__info">
<a href="https://github.com/francoischalifour/medium-zoom" class="button">View on GitHub</a>
Expand Down
2 changes: 1 addition & 1 deletion examples/react/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const BASE_URL = 'https://francoischalifour.com'

export default {
title: 'Medium Zoom',
description: 'Medium zoom on your pictures in vanilla JavaScript',
description: 'Medium zoom on your images in vanilla JavaScript',
github: 'https://github.com/francoischalifour/medium-zoom',
website: BASE_URL,
article: `${BASE_URL}/lab/medium-image-zoom`,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "medium-zoom",
"version": "0.1.8",
"description": "Medium zoom on your pictures in vanilla JavaScript",
"description": "Medium zoom on your images in vanilla JavaScript",
"license": "MIT",
"repository": "francoischalifour/medium-zoom",
"author": {
Expand Down

0 comments on commit a6f424b

Please sign in to comment.