Skip to content

Commit 126a5f4

Browse files
committed
Change README to have quotes.
1 parent 13f8eb3 commit 126a5f4

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
@@ -221,8 +221,8 @@ As an example, if we document the class Icon in flutter using the following:
221221

222222
```dart
223223
/// {@category Basics}
224-
/// {@category Assets, and Icons}
225-
/// {@subCategory Information displays}
224+
/// {@category "Assets and Icons"}
225+
/// {@subCategory "Information displays"}
226226
class Icon extends StatelessWidget {}
227227
```
228228

@@ -235,7 +235,7 @@ that will result in the following json:
235235
"href": "widgets/Icon-class.html",
236236
"type": "class",
237237
"categories": [
238-
"Assets, Images, and Icons",
238+
"Assets and Icons",
239239
"Basics"
240240
],
241241
"subcategories": [

0 commit comments

Comments
 (0)