Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Mar 20, 2022
1 parent d82eb52 commit 35a6b13
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ npm install @secjs/orm

> To use @secjs/orm you need to set up @secjs/database first and connect it to Database.
#### [Go to @secjs/database documentation]("https://github.com/SecJS/Database#readme")
[Go to @secjs/database documentation]("https://github.com/SecJS/Database#readme")

### Model

Expand Down
2 changes: 0 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,3 @@ export * from './src/Contracts/ManyToManyContract'

// Model
export * from './src/Model'

// TODO Documentar
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@secjs/orm",
"version": "1.0.0",
"version": "1.0.1",
"description": "Handle your application models in Node.js. Built on top of @secjs/database.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down

0 comments on commit 35a6b13

Please sign in to comment.