Skip to content

Commit ea1b3ac

Browse files
authored
Merge pull request #13 from kazamatzuri/patch-1
Fix typos in readme
2 parents 114ea49 + 368494e commit ea1b3ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## intersystems-objectscript-template
22
This is a template for InterSystems ObjectScript Github repository.
3-
The template goes also with a few files which let you immedietly compile your ObjecScript files in InterSystems IRIS Community Edition in a docker container
3+
The template goes also with a few files which let you immediately compile your ObjectScript files in InterSystems IRIS Community Edition in a docker container
44

55
## Prerequisites
66
Make sure you have [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [Docker desktop](https://www.docker.com/products/docker-desktop) installed.
@@ -50,15 +50,15 @@ The script in Installer.cls will import everything you place under /src into IRI
5050

5151
### Dockerfile
5252

53-
The simplest dockerfile which starts IRIS and imports code from /src folder into it.
53+
The simplest Dockerfile which starts IRIS and imports code from /src folder into it.
5454
Use the related docker-compose.yml to easily setup additional parametes like port number and where you map keys and host folders.
5555

5656

5757
### .vscode/settings.json
5858

59-
Settings file to let you immedietly code in VSCode with [VSCode ObjectScript plugin](https://marketplace.visualstudio.com/items?itemName=daimor.vscode-objectscript))
59+
Settings file to let you immediately code in VSCode with [VSCode ObjectScript plugin](https://marketplace.visualstudio.com/items?itemName=daimor.vscode-objectscript))
6060

6161
### .vscode/launch.json
6262
Config file if you want to debug with VSCode ObjectScript
6363

64-
[Read about all the files in this artilce](https://community.intersystems.com/post/dockerfile-and-friends-or-how-run-and-collaborate-objectscript-projects-intersystems-iris)
64+
[Read about all the files in this article](https://community.intersystems.com/post/dockerfile-and-friends-or-how-run-and-collaborate-objectscript-projects-intersystems-iris)

0 commit comments

Comments
 (0)