Skip to content

Commit b9e5e0c

Browse files
authored
Fixing doc
1 parent 7e217af commit b9e5e0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ In packages *publishing* assets, put a `discovery.json` with the following forma
6767
```json
6868
{
6969
"my_framework_modules": [
70-
"My\Module\ClassName",
71-
"My\OtherModule\ClassName"
70+
"My\\Module\\ClassName",
71+
"My\\OtherModule\\ClassName"
7272
]
7373
}
7474
```

0 commit comments

Comments
 (0)