Skip to content

Commit

Permalink
Change README to have quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kallentu committed Nov 6, 2023
1 parent 13f8eb3 commit 126a5f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ As an example, if we document the class Icon in flutter using the following:

```dart
/// {@category Basics}
/// {@category Assets, and Icons}
/// {@subCategory Information displays}
/// {@category "Assets and Icons"}
/// {@subCategory "Information displays"}
class Icon extends StatelessWidget {}
```

Expand All @@ -235,7 +235,7 @@ that will result in the following json:
"href": "widgets/Icon-class.html",
"type": "class",
"categories": [
"Assets, Images, and Icons",
"Assets and Icons",
"Basics"
],
"subcategories": [
Expand Down

0 comments on commit 126a5f4

Please # to comment.