update readme

This commit is contained in:
Tben 2023-05-03 09:20:56 +01:00
parent bca8c1e8e3
commit 47f6e8331e
2 changed files with 1 additions and 5 deletions

View File

@ -4,10 +4,6 @@ This package requires an account with datasquirel, so be sure to create an accou
## Instalation ## Instalation
### Package manager
Using npm:
```bash ```bash
$ npm install datasquirel $ npm install datasquirel
``` ```

View File

@ -1,6 +1,6 @@
{ {
"name": "datasquirel", "name": "datasquirel",
"version": "1.0.1", "version": "1.0.2",
"description": "Cloud-based SQL data management tool", "description": "Cloud-based SQL data management tool",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {