Skip to content

Commit

Permalink
Remove dbo. from Peek Definition readme.md (#546)
Browse files Browse the repository at this point in the history
Sharon reviewed with me.
  • Loading branch information
kburtram authored Dec 16, 2016
1 parent d6d56e6 commit 3c0a498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ See [the SQL developer tutorial] to develop an app with C#, Java, Node.js, PHP,

## What's new in 0.2.0
* Peek Definition and Go To Definition support for Tables, Views and Stored Procedures.
* For a query such as `select * from dbo.Person` you can right-click on `dbo.Person` and see it as a `CREATE TABLE` script.
* For a query such as `select * from dbo.Person` you can right-click on `Person` and see it as a `CREATE TABLE` script.
* Note: you must be connected to a database to use this feature.
* Support for additional operating systems including Linux Mint and Elementary OS. See [Operating Systems] for the list of supported OSes.
* Multiple improvements & fixes to the results view, Intellisense handling, and service installation notification.
Expand Down

0 comments on commit 3c0a498

Please sign in to comment.