Skip to content

Commit 0cc01e3

Browse files
committed
Fix a couple of backslash typos in README.
1 parent e76779c commit 0cc01e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This is a mirror of postgres repo with several changes to the core and a few ext
1515
## New extensions:
1616

1717
### [`arbiter`](contrib/arbiter)
18-
A distributed transaction management daemon.\
18+
A distributed transaction management daemon.
1919
Used by `pg_dtm` and `multimaster`.
2020

2121
### [`mmts`](contrib/mmts)
@@ -31,5 +31,5 @@ A coordinator-based distributed transaction management implementation based on *
3131
A coordinator-less distributed transaction management implementation based on **commit timestamps**.
3232

3333
### [`raftable`](contrib/raftable)
34-
A key-value table replicated over Raft protocol.\
34+
A key-value table replicated over Raft protocol.
3535
Used by `mmts`.

0 commit comments

Comments
 (0)