diff --git a/README.md b/README.md index 174da5f..914fc7f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ +### Example project's package.json that add sourcecode/loopback-connector-mysql library +``` +{ + "name": "testnpm", + "version": "1.0.0", + "description": "", + "main": "index.js", + "dependencies": { + "loopback-connector-mysql": "git+ssh://git@git.sourcecode.co.th:1223/sourcecode/loopback-connector-mysql.git" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC" +} +``` + + # loopback-connector-mysql [MySQL](https://www.mysql.com/) is a popular open-source relational database management system (RDBMS). The `loopback-connector-mysql` module provides the MySQL connector module for the LoopBack framework. -- libgit2 0.21.2