From 35a6b130b09186a69a833b901a26fb2c75621b60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lenon?= Date: Sun, 20 Mar 2022 00:29:11 -0300 Subject: [PATCH] docs: update README --- README.md | 2 +- index.ts | 2 -- package.json | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 671f7bc..a006a8f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/index.ts b/index.ts index 19ae384..2540718 100644 --- a/index.ts +++ b/index.ts @@ -30,5 +30,3 @@ export * from './src/Contracts/ManyToManyContract' // Model export * from './src/Model' - -// TODO Documentar diff --git a/package.json b/package.json index fe29e44..d08ed85 100644 --- a/package.json +++ b/package.json @@ -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 ",