Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit cb17697

Browse files
committed
Update discovery.md
1 parent ad1f89f commit cb17697

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

discovery.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,21 +104,24 @@ And then in there thngs like
104104
```
105105
### By application
106106

107-
A list of
107+
A list (public or private) of
108108
```
109109
<#me> space:AppIndex <byType>.
110110
```
111111
And then in there thngs like
112112
```
113-
<#r1> a solid:AppRegistration;
113+
<#r5> a solid:AppRegistration;
114114
solid:forApp ghld:app-shedule
115-
solid:instanceIndex </polls/list.ttl>.
115+
solid:instanceIndex </polls/list.ttl>.
116116
117117
```
118-
and then in </polls/list.ttl> things like
118+
and then in /polls/list.ttl things like
119119

120120
```
121-
TBD
121+
<#i345> a solid:Instance;
122+
solid:forApp ghld:app-shedule;
123+
dc:created 2012-12-09;
124+
solid:instance </polls/list3/congig#this>;
122125
```
123126

124127
### Timeline

0 commit comments

Comments
 (0)