Skip to content

Commit

Permalink
Fixed what needed fixing and squished some bugs. 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
angel cruz committed Nov 24, 2020
1 parent dc4fa89 commit 4114848
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#### instalación

```bash
npm install enlamano.js
npm install @tepuilabsdev/enlamano
// o con yarn
yarn add enlamano.js
yarn add @tepuilabsdev/enlamano
```


Expand All @@ -15,7 +15,7 @@ yarn add enlamano.js


```javascript
import enlamano from 'enlamano.js';
import enlamano from '@tepuilabsdev/enlamano';

const mano = enlamano(
"<usuario>",
Expand Down

0 comments on commit 4114848

Please sign in to comment.