Skip to content

Commit 4b1d741

Browse files
authored
Merge pull request #16 from Adrianmjim/chore/fix-docs
chore(docs): Fix README
2 parents 76261c2 + 8310915 commit 4b1d741

File tree

4 files changed

+27
-6
lines changed

4 files changed

+27
-6
lines changed

.github/workflows/codecov_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Codecov test main
1+
name: Test
22

33
on:
44
push:

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
git config --global user.name "${{ github.event.sender.login }}"
3838
3939
- name: Apply standard-version
40-
run: standard-version -t "" --no-verify --first-release
40+
run: standard-version -t "" --no-verify
4141

4242
- name: Get new version
4343
id: version

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 Adrián Martínez Jiménez
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@ The [Supabase](https://github.com/supabase/supabase-js) module for [NestJS](http
1313

1414
## Installation
1515

16-
First install the dependencies via `npm`, `pnpm` or `yarn`:
16+
Install the dependencies via `npm`, `pnpm` or `yarn`:
1717

1818
npm:
1919
```bash
20-
$ npm i -s @nest/common @supabase/supabase-js nest-supabase-js
20+
$ npm i -s @nestjs/common @supabase/supabase-js nestjs-supabase-js
2121
```
2222

2323
pnpm:
2424
```bash
25-
$ pnpm add @nest/common @supabase/supabase-js nest-supabase-js
25+
$ pnpm add @nestjs/common @supabase/supabase-js nestjs-supabase-js
2626
```
2727

2828
yarn:
2929
```bash
30-
$ yarn add @nest/common @supabase/supabase-js nest-supabase-js
30+
$ yarn add @nestjs/common @supabase/supabase-js nestjs-supabase-js
3131
```
3232

3333
## Configuration

0 commit comments

Comments
 (0)