README.md in jekyll-heroicons-0.1.0 vs README.md in jekyll-heroicons-0.1.1
- old
+ new
@@ -33,17 +33,17 @@
```
And then you can use:
```liquid
-{% heroicon alert class:"right left" %}
+{% heroicon bell class:"right left" %}
```
Another way to provide variant would be like so:
```liquid
-{% heroicon solid/alert class:"right left"%}
+{% heroicon solid/bell class:"right left"%}
# or
-{% heroicon alert variant: "solid" class:"right left"%}
+{% heroicon bell variant: "solid" class:"right left"%}
```
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.