Skip to content

Commit a34e806

Browse files
authored
Update README.md
Grammar, punctuation, and other minor edits.
1 parent 491ce39 commit a34e806

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

+6-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Scala Exercises - "Functional Programming in Scala" library
22
------------------------
33

4-
This repository hosts a content library for the [Scala Exercises](https://www.scala-exercises.org/) platform, that includes interactive exercises related to the "Functional Programming in Scala" book by written by Paul Chiusano and Rúnar Bjarnason and published by Manning.
5-
This content library is meant to be used in tandem with the book, although excerpts of the theory needed to complete them have been added to guide you. For more information about "Functional Programming in Scala" please visit its [official website](https://www.manning.com/books/functional-programming-in-scala).
4+
This repository hosts a content library for the [Scala Exercises](https://www.scala-exercises.org/) platform that includes interactive exercises related to the "Functional Programming in Scala" book written by Paul Chiusano and Rúnar Bjarnason, and published by Manning.
5+
This content library is meant to be used in tandem with the book, although excerpts of the theory needed to complete them have been added to guide you. For more information about "Functional Programming in Scala," please visit its [official website](https://www.manning.com/books/functional-programming-in-scala).
66

7-
## About Scala exercises
7+
## About Scala Exercises
88

9-
"Scala Exercises" brings exercises for the Stdlib, Cats, Shapeless and many other great libraries for Scala to your browser. Offering hundreds of solvable exercises organized into several categories covering the basics of the Scala language and its most important libraries.
9+
"Scala Exercises" brings exercises for the Stdlib, Cats, Shapeless, and many other great libraries for Scala to your browser. It offers hundreds of solvable exercises organized into several categories covering the basics of the Scala language and its most important libraries.
1010

1111
Scala Exercises is available at [scala-exercises.org](https://scala-exercises.org).
1212

@@ -18,7 +18,7 @@ to get involved, or visit our [GitHub site](https://github.com/scala-exercises).
1818
## License
1919

2020
Copyright (C) 2012 Manning Publications, Co.
21-
Copyright (C) 2015-2016 47 Degrees, LLC.
21+
Copyright (C) 2015-2019 47 Degrees, LLC.
2222
Reactive, scalable software solutions.
2323
http://47deg.com
2424
@@ -35,10 +35,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3535
See the License for the specific language governing permissions and
3636
limitations under the License.
3737

38-
39-
Copyright (c) 2012, Manning Publications, Co.
40-
Copyright (c) 2015-16, 47 Degrees, LLC
41-
4238
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
4339
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
4440
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
@@ -50,4 +46,4 @@ Software.
5046
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
5147
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
5248
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
53-
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
49+
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)