README.md in bridgetown-svg-inliner-1.1.0 vs README.md in bridgetown-svg-inliner-2.0.0
- old
+ new
@@ -8,13 +8,23 @@
## Installation
Run this command to add this plugin to your site's Gemfile:
```shell
-$ bundle add "bridgetown-svg-inliner" -g bridgetown_plugins
+$ bundle add "bridgetown-svg-inliner"
```
+Initialize it in your `config/initializers.rb` file.
+
+```ruby
+Bridgetown.configure do |config|
+ # ...
+
+ init :"bridgetown-svg-inliner"
+end
+```
+
## Usage
This plugin provides an `svg` tag in Liquid and an `svg` helper in ERB or other Tilt based templating langugages.
```liquid
@@ -75,6 +85,6 @@
## License
Bridgetown SVG Inliner is released under the [MIT License](https://opensource.org/licenses/MIT).
-Copyright © 2021 [Ayush Newatia](https://twitter.com/ayushn21)
+Copyright © 2023 [Ayush Newatia](https://twitter.com/ayushn21)
\ No newline at end of file