Skip to content

Commit cf8acad

Browse files
authored
Update README.md
fixing typos
1 parent ca3227c commit cf8acad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ On-line course from CaretDev - [Developing with VSCode ObjectScript – Easy Sta
2121
- InterSystems ObjectScript code highlighting support.
2222
![example](https://raw.githubusercontent.com/intersystems-community/vscode-objectscript/master/images/screenshot.png)
2323
- Debugging ObjectScript code
24-
- Intellisense support for commands, system functions, class members
24+
- Intellisense support for commands, system functions, and class members.
2525
- Export existing sources to the working directory: press Cmd/Ctrl+Shift+P, type 'ObjectScript', press Enter.
2626
- Save and compile a class: press Ctrl+F7 (⌘+F7) or select "ObjectScript: Save and compile" from Cmd/Ctrl+Shift+P menu.
2727
- Server Explorer with possibility to export items![ServerExplorer](https://raw.githubusercontent.com/intersystems-community/vscode-objectscript/master/images/explorer.png)
@@ -37,7 +37,7 @@ Or install from ObjectScript extension page on [Visual Studio Marketplace](https
3737

3838
## Configure connection
3939

40-
To be able to use many plugin features, you need to configure the connection to Caché server first. You can create or edit existing `.vscode/settings.json` file. So, your settings file may somethiing like this.
40+
To be able to use many plugin features, you need to configure the connection to Caché/IRIS server first. You can create or edit existing `.vscode/settings.json` file. So, your settings file may look something like this.
4141
```JSON
4242
"objectscript.conn": {
4343
"active": true,

0 commit comments

Comments
 (0)