Skip to content

Commit a7450f7

Browse files
committed
apply feedback
1 parent 95b9575 commit a7450f7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
height="100"
66
width="100"
77
alt="logo"
8-
src="https://raw.githubusercontent.com/lemoncode/react-image-focal-point/develop/website/static/img/logo.svg"
8+
src="https://raw.githubusercontent.com/lemoncode/react-image-focal-point/main/website/static/img/logo.svg"
99
/>
1010
</a>
1111

1212
<br/>
1313

14-
<p>You can just drag and drop a focal point button on top of your image and enhance your cropped images.</p>
14+
<p>Let the user set the picture focal point just by visually dragging and dropping on top of the selected image.</p>
1515

1616
<h2>Live Demo</h2>
1717
<br/>
@@ -40,7 +40,7 @@ Video tutorial comming soon
4040

4141
<hr />
4242

43-
![npm](https://img.shields.io/npm/v/@lemoncode/react-image-focal-point?style=plastic) ![npm bundle size](https://img.shields.io/bundlephobia/min/@lemoncode/react-image-focal-point?style=plastic) ![npm downloads](https://img.shields.io/npm/dw/@lemoncode/react-image-focal-point?style=plastic) ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/lemoncode/react-image-focal-point/ci.yml?branch=develop&style=plastic)
43+
![npm](https://img.shields.io/npm/v/@lemoncode/react-image-focal-point?style=plastic) ![npm bundle size](https://img.shields.io/bundlephobia/min/@lemoncode/react-image-focal-point?style=plastic) ![npm downloads](https://img.shields.io/npm/dw/@lemoncode/react-image-focal-point?style=plastic) ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/lemoncode/react-image-focal-point/ci.yml?branch=main&style=plastic)
4444

4545
![GitHub license](https://img.shields.io/github/license/lemoncode/react-image-focal-point?style=plastic) ![GitHub issues](https://img.shields.io/github/issues/lemoncode/react-image-focal-point?style=plastic) ![GitHub pull requests](https://img.shields.io/github/issues-pr/lemoncode/react-image-focal-point?style=plastic) ![GitHub last commit](https://img.shields.io/github/last-commit/lemoncode/react-image-focal-point?style=plastic)
4646

@@ -116,7 +116,7 @@ You'll find runnable examples in the [docs site](https://lemoncode.github.io/rea
116116

117117
## Key Features
118118

119-
- You can just drag and drop a focal point button on top of your image and enhance your cropped images.
119+
- Let the user set the picture focal point just by visually dragging and dropping on top of the selected image.
120120

121121
- You can use it as a controlled or uncontrolled component.
122122

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const projectName = 'react-image-focal-point';
1010
/** @type {import('@docusaurus/types').Config} */
1111
const config = {
1212
title: 'React Image Focal Point',
13-
tagline: 'You can just drag and drop a focal point button on top of your image and enhance your cropped images.',
13+
tagline: 'Let the user set the picture focal point just by visually dragging and dropping on top of the selected image.',
1414
favicon: 'img/favicon.ico',
1515
url: `https://${organizationName}.github.io`,
1616
baseUrl: `/${projectName}`,

0 commit comments

Comments
 (0)