Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit 68a5488

Browse files
committed
Some work on the README.
1 parent bcae7db commit 68a5488

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,19 +91,19 @@ Given the following directory structure and file contents:
9191
└── view-b/
9292
└── map.coffee
9393

94-
*a/b*:
94+
**a/b**:
9595

9696
```
9797
String content A.
9898
```
9999

100-
*a/c.txt*:
100+
**a/c.txt**:
101101

102102
```
103103
String content B.
104104
```
105105

106-
*a/d.json*:
106+
**a/d.json**:
107107

108108
```json
109109
{
@@ -112,21 +112,21 @@ String content B.
112112
}
113113
```
114114

115-
*a/e.other*:
115+
**a/e.other**:
116116

117117
```
118118
Ignored
119119
```
120120

121-
*views/view-a/map.js*:
121+
**views/view-a/map.js**:
122122

123123
```js
124124
module.exports = function (doc) {
125125
emit(doc._id);
126126
};
127127
```
128128

129-
*views/view-b/map.coffee*:
129+
**views/view-b/map.coffee**:
130130

131131
```coffee
132132
module.exports = (doc) ->

0 commit comments

Comments
 (0)