File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ I have a slight feeling this may become one of the most controversial packages o
55# Install
66
77``` sh
8- npm i oneArray
9- yarn add oneArray
8+ npm i @fyleto/ oneArray
9+ yarn add @fyleto/ oneArray
1010```
1111 # Use
1212
1313 ``` js
14- const oneArray = require (" oneArray" )
14+ const oneArray = require (" @fyleto/ oneArray" )
1515
1616let a = new oneArray (" hey" , " how are you?" , 239 )
1717
@@ -20,4 +20,5 @@ a.pos(1) // "hey"
2020a .set (3 , 134 ) // sets element 3 (element 2 if you're a normal javascript user) to 134
2121```
2222
23- I'm aplogize for my severe mistake
23+ I aplogize for my severe mistake
24+ but then again, you are commiting to the joke.
Original file line number Diff line number Diff line change 11{
2- "name" : " oneArray " ,
2+ "name" : " @fyleto/onearray " ,
33 "version" : " 1.0.0" ,
44 "description" : " 1 indexed arrays. Don't kill me this wasn't my idea" ,
55 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments