Skip to content

Commit

Permalink
Standardizing README files
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinj committed Aug 10, 2021
1 parent 218cae7 commit e20b722
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
4 changes: 4 additions & 0 deletions 01_CommandLineTasks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Chapter 1: Command Line Tasks

These are the source code examples for
Chapter 1 of the [Second Edition of the Scala Cookbook](https://www.amazon.com/Scala-Cookbook-Object-Oriented-Functional-Programming-dp-1492051543/dp/1492051543).
10 changes: 3 additions & 7 deletions 02_Strings/SbtProject/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# sbt project compiled with Scala 3
# Chapter 2: Strings

### Usage

This is a normal sbt project. You can compile code with `sbt compile`, run it with `sbt run`, and `sbt console` will start a Scala 3 REPL.

For more information on the sbt-dotty plugin, see the
[dotty-example-project](https://github.com/lampepfl/dotty-example-project/blob/master/README.md).
These are the source code examples for
Chapter 2 of the [Second Edition of the Scala Cookbook](https://www.amazon.com/Scala-Cookbook-Object-Oriented-Functional-Programming-dp-1492051543/dp/1492051543).
5 changes: 4 additions & 1 deletion 03_NumbersAndDates/SbtProject/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# Examples for Chapter 3
# Chapter 3: Numbers and Dates

These are the source code examples for
Chapter 3 of the [Second Edition of the Scala Cookbook](https://www.amazon.com/Scala-Cookbook-Object-Oriented-Functional-Programming-dp-1492051543/dp/1492051543).
5 changes: 4 additions & 1 deletion 04_ControlStructures/SbtProject/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# Examples for Chapter 4
# Chapter 4: Control Structures

These are the source code examples for
Chapter 4 of the [Second Edition of the Scala Cookbook](https://www.amazon.com/Scala-Cookbook-Object-Oriented-Functional-Programming-dp-1492051543/dp/1492051543).

0 comments on commit e20b722

Please sign in to comment.