Skip to content

Commit c262259

Browse files
committed
Typo fixes
1 parent b2b7023 commit c262259

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-native-circular-slider :radio_button:
22

3-
React Native component for creating circle slider.
3+
React Native component for creating circular slider.
44

55
## Example app – inspired by Apple's Bedtime :alarm_clock:
66
(It's just an example what you can achieve – with this package you can create any circular slider)
@@ -9,20 +9,20 @@ React Native component for creating circle slider.
99

1010
## Installation
1111

12-
1. Install library and react-native-svg
13-
12+
1. Install library and react-native-svg
13+
1414
```
1515
npm i --save react-native-circular-slider react-native-svg
1616
```
17-
2. Link native code for SVG
18-
17+
2. Link native code for SVG
18+
1919
```
2020
react-native link react-native-svg
2121
```
2222

2323
## Usage
2424

25-
Import Circle Slider
25+
Import Circular Slider
2626

2727
```js
2828
import { CircularSlider } from 'react-native-circular-slider';

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-circular-slider",
33
"version": "1.0.0",
4-
"description": "React Native component for creating circle slider",
4+
"description": "React Native component for creating circular slider",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
@@ -19,7 +19,7 @@
1919
"round",
2020
"time",
2121
"timer",
22-
"react-component",
22+
"react-component"
2323
],
2424
"author": {
2525
"name": "Bart Gryszko",
@@ -33,6 +33,6 @@
3333
"dependencies": {
3434
"d3-interpolate": "^1.1.2",
3535
"lodash.range": "^3.2.0",
36-
"react-native-svg": "^4.4.1",
36+
"react-native-svg": "^4.4.1"
3737
}
3838
}

0 commit comments

Comments
 (0)