Skip to content

Commit f13d336

Browse files
*Update README to reflect version from kusto_version.rb
1 parent 2c1212c commit f13d336

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,17 @@ This plugin allows you to send data from Fluentd to Azure Data Explorer (Kusto)
4242
### RubyGems
4343

4444
```sh
45-
$ gem install fluent-plugin-kusto --pre
45+
$ gem install fluent-plugin-kusto
4646
```
4747

4848
### Bundler
4949

5050
Add the following line to your Gemfile:
5151

5252
```ruby
53-
gem "fluent-plugin-kusto", "~> 0.0.2.beta"
53+
gem "fluent-plugin-kusto", "~> 1.0.0"
5454
```
5555

56-
**Note:** This is a beta release. Use the `--pre` flag with gem install or specify the beta version in your Gemfile.
57-
5856
And then execute:
5957

6058
```sh

0 commit comments

Comments
 (0)