Skip to content

Commit af493b6

Browse files
committed
Minor documentation updates
1 parent c039f2c commit af493b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Trellis has been designed with four primary goals:
3232

3333
Trellis has been built from the ground up to support horizontal scalability. While it is
3434
possible to run Trellis on a single machine, scaling out across a cluster is well-defined and supported. Trellis is
35-
"eventually consistent", meaning that many operations run asynchronously. While this makes the system very responsive, it
36-
also means that clients cannot expect operations to be atomic. In general, per-resource operations are atomic; operations
35+
eventually consistent, which is to say that many operations run asynchronously. While this makes the system very responsive, it
36+
also means that clients cannot always expect operations to be atomic. In general, per-resource operations are atomic; operations
3737
that cause other resources to change tend to be handled asynchronously.
3838

3939
### Durability
@@ -108,7 +108,7 @@ based on a triplestore or local dataset. In addition, below is a list of other k
108108

109109
## Building
110110

111-
* Trellis is written in Java and requires at least Java 8. It can be built with Gradle.
111+
* Trellis is written in Java and requires at least Java 8. It can be built with [Gradle](https://gradle.org).
112112

113113
```
114114
$ ./gradlew install

0 commit comments

Comments
 (0)