Skip to content

Commit 98bed4e

Browse files
committed
doc updates
1 parent 4e959e8 commit 98bed4e

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ libraryDependencies += "io.github.pepegar" %% "wookie-akka-http" % "0.1-SNAPSHOT
3838
**wookie** is inspired in several projects out there.
3939

4040
* [doobie][doobie] principled DB access for Scala.
41-
* [fetch][fetch] efficient data access for Scala.
41+
* [fetch][fetch] efficient data access for Scala.
4242

4343
[docs]: https://pepegar.github.io/wookie
4444
[free monads]: http://typelevel.org/cats/tut/freemonad.html

docs/src/pamphlet/00.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ out: index.html
66
wookie
77
------
88

9-
wookie is a library for using [Amazon Web Services](https://aws.amazon.com/es/)
9+
**wookie** is a library for using [Amazon Web Services](https://aws.amazon.com/es/)
1010
services from Scala.
1111

1212

docs/src/pamphlet/01.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Rationale
66
---------
77

88
### Purely functional AWS library
9-
Wookie is based in free monads and interpreters. With this approach we can have
9+
**wookie** is based in free monads and interpreters. With this approach we can have
1010
all the operations we want to have in an abstract syntax tree that will be
1111
evaluated by our interpreter upon our request.
1212

1313
### Modular
14-
Wookie lets you use the HTTP client of your choice. There are interpreters for
14+
**wookie** lets you use the HTTP client of your choice. There are interpreters for
1515
the following clients:
1616

1717
- [akka-http][akka-http]

docs/src/pamphlet/02.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ out: structure.html
55
Structure
66
---------
77

8-
Wookie is structure in services, and clients. Services are representations of
8+
**wookie** is structure in services, and clients. Services are representations of
99
Services in AWS. Clients are HTTP clients that evaluates `Request`s and
1010
transform them into responses in the target monad.
1111

@@ -26,7 +26,7 @@ transform them into responses in the target monad.
2626

2727
### HTTP Clients
2828

29-
There are several HTTP clients already provided in Wookie:
29+
There are several HTTP clients already provided in **wookie**:
3030

3131
* [akka-http](https://akka.io)
3232

docs/src/tut/00.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ out: index.html
66
wookie
77
------
88

9-
wookie is a library for using [Amazon Web Services](https://aws.amazon.com/es/)
9+
**wookie** is a library for using [Amazon Web Services](https://aws.amazon.com/es/)
1010
services from Scala.
1111

1212

docs/src/tut/01.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Rationale
66
---------
77

88
### Purely functional AWS library
9-
Wookie is based in free monads and interpreters. With this approach we can have
9+
**wookie** is based in free monads and interpreters. With this approach we can have
1010
all the operations we want to have in an abstract syntax tree that will be
1111
evaluated by our interpreter upon our request.
1212

1313
### Modular
14-
Wookie lets you use the HTTP client of your choice. There are interpreters for
14+
**wookie** lets you use the HTTP client of your choice. There are interpreters for
1515
the following clients:
1616

1717
- [akka-http][akka-http]

docs/src/tut/02.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ out: structure.html
55
Structure
66
---------
77

8-
Wookie is structure in services, and clients. Services are representations of
8+
**wookie** is structure in services, and clients. Services are representations of
99
Services in AWS. Clients are HTTP clients that evaluates `Request`s and
1010
transform them into responses in the target monad.
1111

@@ -26,7 +26,7 @@ transform them into responses in the target monad.
2626

2727
### HTTP Clients
2828

29-
There are several HTTP clients already provided in Wookie:
29+
There are several HTTP clients already provided in **wookie**:
3030

3131
* [akka-http](https://akka.io)
3232

0 commit comments

Comments
 (0)