From 3db4dc1656dfc1d48be74d457ae99d0845c6b21e Mon Sep 17 00:00:00 2001 From: o1lab Date: Thu, 27 May 2021 11:49:34 +0530 Subject: [PATCH] Update README.md --- README.md | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/README.md b/README.md index 9a2c93bcde..eba9b49dbe 100644 --- a/README.md +++ b/README.md @@ -136,26 +136,3 @@ Our mission is to provide the most powerful no-code tool as open source to every - - - - - - - -Website -Github - -PH : Images -HN -Blog -Readme -License -Roadmap -Links -FAQ -1-Click -Template - - -```js -(async () => { - const app = require('express')(); - const {Noco} = require("nocodb"); - app.use(await Noco.init({})); - app.listen(process.env.PORT); -})() -``` \ No newline at end of file