Skip to content

Commit 4228732

Browse files
authored
Merge pull request #26 from JJCLane/patch-1
Fix Server-side friendly UID example
2 parents d9bd8cb + aa4b73d commit 4228732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Next example will generate the same code, regardless how many time you will rend
128128
data.map( item => <li key={uid(item)}>{item}</li>)
129129
</Fragment>
130130
)}
131-
</SmartUID>
131+
</UIDConsumer>
132132
</UIDReset>
133133
```
134134

0 commit comments

Comments
 (0)