Skip to content

Commit 178da0d

Browse files
committed
update docs
1 parent c224d9a commit 178da0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ const post2 = ToReduxType(pre2) ;
3030

3131
// array
3232

33-
const pre3 = [ 'myValue', 'ANOTHER_VALUE', '@noCONVERT' ]
33+
const pre3 = [ 'myValue', 'ANOTHER_VALUE', '@@@noCONVERT' ]
3434

35-
const post3 = ToReduxType(pre3) ; // [ 'MY_VALUE', 'ANOTHER_VALUE', 'noCONVERT' ]
35+
const post3 = ToReduxType(pre3) ; // [ 'MY_VALUE', 'ANOTHER_VALUE', '@@noCONVERT' ]
3636

3737
```

0 commit comments

Comments
 (0)