Skip to content

Commit a1ba8ac

Browse files
committed
Update readme
1 parent 7288468 commit a1ba8ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ See the [Projects](https://github.com/halcyon-tech/vscode-db2i/projects) tab to
1111
### Contribution notes
1212

1313
* Each object type in the tree list has a Defintion View (by clicking on the object). Each Definition View exists in it's own folder. For example the table definition exists at `./src/panels/table`. This means other types will get their own folder for their Definition View. Views might be `./src/panels/view` and procedures might be `./src/panels/procedure`.
14-
* Each object type has a class in the `./src/database` folder. For example, the table Definition View has the class `./src/database/table.js` which has all the methods needed to fetch information for that view. You may also add other static methods which could be used for commands specific to the table. Other objects would also get their own class.
14+
* Each object type has a class in the `./src/database` folder. For example, the table Definition View has the class `./src/view/table.js` which has all the methods needed to fetch information for that view. You may also add other static methods which could be used for commands specific to the table. Other objects would also get their own class.
15+
* **The best example to work from is `src/panels/view/index.js`.**
1516

1617
## Building from source
1718

0 commit comments

Comments
 (0)