Skip to content

Commit 2d2761e

Browse files
authored
Update readme.md
1 parent 4757c52 commit 2d2761e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Database-js driver for SQL Server that works on Linux, Mac, and Windows
44
5-
It a wrapper for [node-mssql](https://github.com/thiagodp/database-js-mssql.git) and works with MS SQL Server 2000-2017.
5+
This driver is a wrapper for [node-mssql](https://github.com/thiagodp/database-js-mssql.git) and works with MS SQL Server 2000-2017.
66

77
## Install
88

@@ -28,7 +28,6 @@ var Connection = require('database-js').Connection;
2828
if (conn) {
2929
await conn.close();
3030
}
31-
process.exit(0);
3231
}
3332
})();
3433
```

0 commit comments

Comments
 (0)