Skip to content

Commit feb4c60

Browse files
committed
Slight README change
1 parent 4e4b637 commit feb4c60

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"[markdown]": {
3+
"editor.defaultFormatter": "esbenp.prettier-vscode"
4+
},
5+
"[ruby]": {
6+
"editor.defaultFormatter": "Shopify.ruby-lsp"
7+
}
8+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ end
239239
For more information on how to write effective `NodeFilter`s, refer to the provided filters, and see the underlying lib, [Selma](https://www.github.com/gjtorikian/selma) for more information.
240240

241241
- `AbsoluteSourceFilter`: replace relative image urls with fully qualified versions
242-
- `AssetProxyFilter`: replace image links with an encoding link to an asset server
242+
- `AssetProxyFilter`: replace image links with an encoded link to an asset server
243243
- `EmojiFilter`: converts `:<emoji>:` to [emoji](http://www.emoji-cheat-sheet.com/)
244244
- (Note: the included `MarkdownFilter` will already convert emoji)
245245
- `HttpsFilter`: Replacing http urls with https versions

0 commit comments

Comments
 (0)