Skip to content

Commit 3aada4a

Browse files
committed
Update readme.md
1 parent 75c8c72 commit 3aada4a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

readme.md

Lines changed: 1 addition & 5 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-
This driver is a wrapper for [node-mssql](https://github.com/thiagodp/database-js-mssql.git) and works with MS SQL Server 2000-2017.
5+
This [database-js](https://github.com/mlaanderson/database-js) 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

@@ -32,10 +32,6 @@ var Connection = require('database-js').Connection;
3232
})();
3333
```
3434

35-
## See also
36-
37-
- [database-js](https://github.com/mlaanderson/database-js)
38-
3935
## License
4036

4137
[MIT](LICENSE) © [Thiago Delgado Pinto](https://github.com/thiagodp)

0 commit comments

Comments
 (0)