Skip to content

Commit 0756405

Browse files
committed
Fix Typo
1 parent 1c10723 commit 0756405

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Creating the theme:
3636

3737
```ts
3838
// theme.ts
39-
4039
import { createTheme } from 'react-native-themed-stylesheet'
4140

4241
const themes = {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-themed-stylesheet",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "React Native StyleSheets with Theming Support",
55
"author": "Andre Pedroza",
66
"license": "MIT",

0 commit comments

Comments
 (0)