Skip to content

Commit 4835273

Browse files
committed
Fix formatting and spelling.
1 parent 334935d commit 4835273

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
4949
* [Reactive](https://github.com/nafg/reactive) — FRP and web abstractions, which can be plugged into any web framework (currently only has bindings for Lift).
5050
* [Chaos](https://github.com/mesosphere/chaos) — A lightweight framework for writing REST services in Scala.
5151
* [Xitrum](http://xitrum-framework.github.io/) — An async and clustered Scala web framework and HTTP(S) server fusion on top of Netty, Akka, and Hazelcast.
52-
* [Unfiltered](https://github.com/unfiltered/unfiltered)An modular set of unopinionated primitives for servicing HTTP and WebSocket requests in Scala.
52+
* [Unfiltered](https://github.com/unfiltered/unfiltered)A modular set of unopinionated primitives for servicing HTTP and WebSocket requests in Scala.
5353

5454

5555
## i18n
@@ -66,7 +66,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
6666
* [scala-oauth2-provider](https://github.com/nulab/scala-oauth2-provider) — OAuth 2.0 server-side implementation written in Scala.
6767
* [SecureSocial](https://github.com/jaliss/securesocial) — A module that provides OAuth, OAuth2 and OpenID authentication for Play Framework applications.
6868
* [play2-auth](https://github.com/t2v/play2-auth) — Play2.x Authentication and Authorization module.
69-
* [play-pac4j](https://github.com/leleuj/play-pac4j) — Profile & Authentication Client in Scala (and Java) for CAS, OAuth, OpenID, SAML, HTTP... protocols and Play 2.x framework.
69+
* [play-pac4j](https://github.com/leleuj/play-pac4j) — Profile & Authentication Client in Scala for CAS, OAuth, OpenID, SAML & HTTP protocols and Play 2.x framework.
7070

7171
## Testing
7272

@@ -89,7 +89,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
8989
* [spray-json](https://github.com/spray/spray-json) — Lightweight, clean and efficient JSON implementation in Scala.
9090
* [argonaut](http://argonaut.io/) — Purely Functional JSON in Scala.
9191
* [jackson-module-scala](https://github.com/FasterXML/jackson-module-scala) — Add-on module for Jackson to support Scala-specific datatypes.
92-
* [play-json](https://github.com/playframework/playframework/tree/master/framework/src/play-json) — Flexible and powerful JSON manipulation, validation and serialization, with no reflection at runtime ([docs](http://www.playframework.com/documentation/2.2.x/ScalaJson), published separately at `"com.typesafe.play" %% "play-json" % playVersion`).
92+
* [play-json](https://github.com/playframework/playframework/tree/master/framework/src/play-json) — Flexible and powerful JSON manipulation, validation and serialization, with no reflection at runtime.
9393

9494
## Serialization
9595

@@ -98,7 +98,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
9898
* [Pickling](https://github.com/scala/pickling) — Fast, customizable, boilerplate-free pickling support.
9999
* [scodec](https://github.com/scodec/scodec) — A combinator library for working with binary data.
100100
* [Scrooge](http://twitter.github.io/scrooge/) — An Apache Thrift code generator for Scala.
101-
* [validation](https://github.com/jto/validation) — Advanced validation & serialization for JSON, HTML form data, etc, with no reflection at runtime ([intro](http://jto.github.io/articles/play_new_validation_api/)).
101+
* [validation](https://github.com/jto/validation) — Advanced validation & serialization for JSON, HTML form data, etc, with no reflection at runtime.
102102

103103
## Science and Data Analysis
104104

@@ -128,7 +128,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
128128
* [Scala.Rx](https://github.com/lihaoyi/scala.rx) — An experimental library for Functional Reactive Programming in Scala (reactive variables). Scala.js compatible.
129129
* [scala.frp](https://github.com/dylemma/scala.frp) — Functional Reactive Programming for Scala (event streams).
130130
* [RxJava-Scala](https://github.com/Netflix/RxJava/tree/master/language-adaptors/rxjava-scala) — Scala Adaptor for RxJava.
131-
* [Reactive Collections](https://github.com/storm-enroute/reactive-collections)a library that incorporates event streams and signals with specialized collections called reactive containers, and expresses concurrency using isolates and channels.
131+
* [Reactive Collections](https://github.com/storm-enroute/reactive-collections)A library that incorporates event streams and signals with specialized collections called reactive containers, and expresses concurrency using isolates and channels.
132132

133133
## Modularization and Dependency Injection
134134

@@ -156,7 +156,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
156156
* [Twitter Util](https://github.com/twitter/util) — General-purpose Scala libraries, including a future implementation and other concurrency tools.
157157
* [Scala Async](https://github.com/scala/async) — An asynchronous programming facility for Scala.
158158
* [Resolvable](https://github.com/resolvable/resolvable) — A library to optimize fetching immutable data structures from several endpoints in several formats.
159-
* [Scala Blitz](http://scala-blitz.github.io/) - A library to speed up Scala collection operations by removing runtime overheads during compilation, and a custom data-parallel operation runtime.
159+
* [Scala Blitz](http://scala-blitz.github.io/) A library to speed up Scala collection operations by removing runtime overheads during compilation, and a custom data-parallel operation runtime.
160160

161161
## Android
162162

@@ -182,7 +182,7 @@ A community driven list of useful Scala libraries, frameworks and software. This
182182

183183
*Scala libraries for interactions with the Web of Data, and other RDF tools*
184184

185-
* [Banana-RDF](https://github.com/w3c/banana-rdf) - Scala-friendly abstractions for RDF and Linked Data technologies. Supports Jena, Sesame and native Scala.
185+
* [Banana-RDF](https://github.com/w3c/banana-rdf) Scala-friendly abstractions for RDF and Linked Data technologies. Supports Jena, Sesame and native Scala.
186186

187187

188188
# Contributing

0 commit comments

Comments
 (0)