Skip to content

Commit 7955cfd

Browse files
authored
Fix README ruby syntax error (#70)
The following is a very neat DSL, but I'm pretty certain it isn't valid ruby. ;) ```` pin "react" to "https://ga.jspm.io/npm:[email protected]/index.js" ````
1 parent aeec0ee commit 7955cfd

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
@@ -43,7 +43,7 @@ For example:
4343

4444
```rb
4545
# config/importmaps.rb
46-
pin "react" to "https://ga.jspm.io/npm:[email protected]/index.js"
46+
pin "react", to: "https://ga.jspm.io/npm:[email protected]/index.js"
4747
```
4848

4949
means "everytime you see `import React from "react"`

0 commit comments

Comments
 (0)