Skip to content

Commit fd076e7

Browse files
committed
updated README to reflect directory structure changes
1 parent d21b837 commit fd076e7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,14 @@ The Um Java class has the API for evaluating an um program from a file.
3535
The Filler class uses this API to run the um program in helloworld.um:
3636

3737
```shell
38+
$ cd src
3839
$ javac Filler.java
39-
$ java Filler examples/helloworld.um
40+
$ java Filler ../examples/helloworld.um
4041
Hello World!
4142
```
4243

4344
## Todo
4445
* Um ... Handle incorrect programs
4546
* Er ... Better exception handling
46-
* Uh ... Better documentation
47+
* Uh ... Better documentation
48+

0 commit comments

Comments
 (0)