Skip to content

Commit

Permalink
Implement suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaneeldias committed Aug 20, 2021
1 parent 6127b68 commit 20e8e9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ This Package bundles the latest MSSQL driver so that the mssql connector can be

> **Note:** Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.
2. Download and install [Ballerina SL Beta 2](https://ballerina.io/).
2. Download and install [Ballerina SL Alpha 5](https://ballerina.io/).

## Building the Source

Execute the commands below to build from the source after installing Ballerina Swan Lake Beta 1 version.
Execute the commands below to build from the source after installing Ballerina Swan Lake Alpha 5 version.

1. To build the library:
```shell script
Expand Down
2 changes: 2 additions & 0 deletions client.bal
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@
// specific language governing permissions and limitations
// under the License.

import ballerina/jballerina.java as _;

0 comments on commit 20e8e9a

Please sign in to comment.