README.md in prophet-rb-0.2.2 vs README.md in prophet-rb-0.2.3
- old
+ new
@@ -116,18 +116,18 @@
```ruby
m.plot(forecast).savefig("forecast.png")
```
-
+
Plot components
```ruby
m.plot_components(forecast).savefig("components.png")
```
-
+
## Saturating Forecasts
[Explanation](https://facebook.github.io/prophet/docs/saturating_forecasts.html)