You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@
14
14
15
15
[DynamoDB] is *awesome* and makes a great companion for Clojure web apps that need a **simple, reliable way to scale with predictable performance and without the usual headaches**.
16
16
17
-
Faraday was originally adapted from [Rotary client] by James Reeves.
17
+
Faraday was originally adapted from the [Rotary client] by James Reeves.
18
18
19
19
## Library status
20
20
21
21
I'm not currently using DDB or Faraday myself but will make a best effort to continue maintaining the library as I can.
22
22
23
-
The bulk of recent development work has been thanks to the generosity of Faraday's [contributors]!
23
+
The bulk of recent development work has been thanks to the generosity of Faraday's [contributors]!
24
24
25
25
PRs for fixes and/or new features **very welcome**!
26
26
@@ -29,7 +29,7 @@ PRs for fixes and/or new features **very welcome**!
29
29
## Features
30
30
* Small, simple, API: **complete coverage of DynamoDBv2 features**
31
31
***Great performance** (zero overhead to the official Java SDK)
32
-
* Uses [Nippy]to **support Clojure's rich data types** and **high-strength encryption**
32
+
* Uses [Nippy]for full support of **Clojure's rich data types**
33
33
34
34
## 3rd-party stuff
35
35
@@ -41,7 +41,7 @@ Your link here? | **PR's welcome!**
41
41
42
42
## Getting started
43
43
44
-
> See also [@ricardojmendez/ddb-tutorial] for a full tutorial
44
+
> See also [@ricardojmendez/ddb-tutorial] for a full tutorial!
0 commit comments