Skip to content

Commit

Permalink
Updated readme source
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed Oct 10, 2020
1 parent c989fd5 commit 8a886b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion readme/example.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import sureArray from "sure-array"

const result = sureArray()
const result = sureArray(123)
const resul2 = sureArray([123])
2 changes: 1 addition & 1 deletion readme/result.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1549410770
[123]
1 change: 1 addition & 0 deletions readme/result2.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[123]

0 comments on commit 8a886b2

Please sign in to comment.