Skip to content

Commit

Permalink
document create crear (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve authored Jul 23, 2021
1 parent 126eee1 commit c590ce5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,16 @@ numerologia.key(29) // 2
numerologia.key(10) // 1
```

### [create <br> crear](../../pull/29)

- create alternate nine [api](#api) from alphabet
- default alphabet is latin

```js
var robot = numerologia.create("!@#$%^&*()")
robot.raiz("!!") // 2
```

### [npm](https://npm.im/numerologia)

```bash
Expand Down

0 comments on commit c590ce5

Please sign in to comment.