Skip to content

Commit bd378e9

Browse files
committed
Update README.md
1 parent dfc966b commit bd378e9

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,8 +1,8 @@
1-
# *Dreaming in Java* Examples
1+
# *On Java* Code Examples
22

33
## Get the Examples ##
44

5-
[Click here](https://github.com/BruceEckel/Dreaming-in-Java/archive/master.zip) to download the zip file. Unzip the file into a directory of your choice.
5+
[Click here](https://github.com/BruceEckel/On-Java/archive/master.zip) to download the zip file. Unzip the file into a directory of your choice.
66

77
## Build the Examples ##
88
1. Install the latest version of Java 8 (JDK8). (Use the 32-bit version on Windows because of some library issues).
@@ -12,7 +12,7 @@
1212
1. Start a command prompt in the directory where you installed the examples. If your installation is successful, you should be able to type **ant build** and build everything. **ant run** will build AND run the examples. You will initially get some error messages instructing you to install specified packages (jar files), but eventually you should get through the whole build process successfully.
1313

1414

15-
Report bugs in the examples or in the book [here](https://github.com/BruceEckel/Dreaming-in-Java/issues).
15+
Report bugs in the examples or in the book [here](https://github.com/BruceEckel/On-Java/issues).
1616

1717
----------
18-
**Copyright ©2015 Bruce Eckel, MindView LLC. All Rights Reserved. See *Copyright.txt* for usage details.**
18+
**©2015 Bruce Eckel, MindView LLC. All Rights Reserved. See *Copyright.txt* for usage details.**

0 commit comments

Comments
 (0)