Skip to content

Commit 390cbbe

Browse files
committed
sync with 6.1.0
1 parent eaf96b1 commit 390cbbe

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Allen Downey
3+
Copyright (c) 2016 Allen Downey and Chris Mayfield
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,19 @@ If you don't already have a GitHub account, you'll need to create one.
1313
After forking, you'll have your own repository on GitHub that you can use to keep track of code you write.
1414
Then you can ``clone'' the repository, which downloads a copy of the files to your computer.
1515

16-
* Or you could clone the repository without forking. If you choose this option, you don't need a GitHub account, but you won't be able to save your changes back in GitHub.
16+
* Alternatively, you could clone the repository without forking.
17+
If you choose this option, you don't need a GitHub account, but you won't be able to save your changes back in GitHub.
1718

1819
* If you don't want to use Git at all, you can download the code in a zip archive using the "Download ZIP" button on this page, or [this link](http://tinyurl.com/ThinkJavaCodeZip).
1920

20-
To clone a repository, you need a Git client installed on your computer. The URL of this repository is `https://github.com/AllenDowney/ThinkJavaCode.git`. If you use Git from the command line, you can clone it like this:
21+
To clone a repository, you need a Git client installed on your computer.
22+
The URL of this repository is `https://github.com/AllenDowney/ThinkJavaCode.git`.
23+
If you use Git from the command line, you can clone it like this:
2124

2225
git clone https://github.com/AllenDowney/ThinkJavaCode.git
2326

2427
After you clone the repository or unzip the zip file, you should have a directory called `ThinkJavaCode` with a subdirectory for each chapter in the book.
2528

26-
All the examples in this book were developed and tested using Java SE Development Kit 7.
29+
All examples in this book were developed and tested using Java SE Development Kit 8.
2730
If you are using a more recent version, the examples in this book should still work.
2831
If you are using an older version, some of them may not.
29-

0 commit comments

Comments
 (0)