Skip to content

Commit 41f1110

Browse files
authored
Merge pull request #70 from kl0tl/no-monomorphic-proxies
Don’t mention SProxy in README.md
2 parents e9af942 + 4ba6224 commit 41f1110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ bower install purescript-record
1313

1414
## Examples
1515

16-
Given some Symbol ("type level String") Proxy (`SProxy`) and a constrained or concrete record type, you can use this library to generically modify records.
16+
Given some Symbol ("type level String") Proxy and a constrained or concrete record type, you can use this library to generically modify records.
1717

1818
```purs
19-
x_ = SProxy :: SProxy "x"
19+
x_ = Proxy :: Proxy "x"
2020
2121
-- we can get a value out of a field
2222
gotX :: Int

0 commit comments

Comments
 (0)