Skip to content

Commit 59ad006

Browse files
author
Randy Hollines
committed
v3.3.5_0
1 parent 03ca20f commit 59ad006

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Objeck is an object-oriented computer language with functional features. The lan
33

44
The language contains all of the features of a general-purpose computing language with an emphasis placed on simplicity. The programming environment consists of a compiler, virtual machine and command line debugger.
55

6-
### Downloads
6+
### Downloading
77

88
Get the [latest release](https://sourceforge.net/projects/objeck-lang/).
99

@@ -23,7 +23,7 @@ Compiling: ```obc -src hello.obs -dest hello.obe```
2323
Running: ```obr hello.obe```
2424

2525
### Documentation
26-
Please refer to the project website for [documentation](http://www.objeck.org/documentation/) and [tutorials](http://www.objeck.org/tutorial/).
26+
Please refer to the project website for [documentation](http://www.objeck.org/documentation/) and [tutorial](http://www.objeck.org/tutorial/).
2727

2828
### Pulling the code
2929
```git clone https://github.com/objeck/objeck-lang.git objeck-lang```

0 commit comments

Comments
 (0)