doc/file.README.html in direct7-0.0.9 vs doc/file.README.html in direct7-0.0.10

- old
+ new

@@ -62,18 +62,28 @@ <p>This Ruby SDK provides a convenient and easy-to-use interface to the Direct7 REST API. The SDK allows you to perform all the operations that are available through the REST API.</p> <h2 id="label-Installation">Installation</h2> -<p>The SDK is available on RubyGems and can be installed using <code>gem</code>:</p> +<p>The SDK is available on RubyGems and can be installed using two methods: Add this line to your application&#39;s Gemfile:</p> +<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_gem'>gem</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>direct7</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>~&gt; 0.0.10</span><span class='tstring_end'>&#39;</span></span> +</code></pre> + +<p>And then execute:</p> + +<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_bundle'>bundle</span> <span class='id identifier rubyid_install'>install</span> +</code></pre> + +<p>Or install it yourself as:</p> + <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_gem'>gem</span> <span class='id identifier rubyid_install'>install</span> <span class='id identifier rubyid_direct7'>direct7</span> </code></pre> <h2 id="label-Usage">Usage</h2> -<p>The SDK is designed to be easy to use. To get started, you need to create a client instance:</p> +<p>The SDK is designed to be easy to use. The library needs to be configured with your account&#39;s secret key, which is available in your <a href="https://app.d7networks.com/api-tokens">Direct7 Dashboard</a>. To get started, create a client instance by providing the key. If you haven&#39;t already, you can Login <a href="https://app.d7networks.com/signin">here</a> to access your dashboard.</p> <h3 id="label-Send+SMS">Send SMS</h3> <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>direct7</span><span class='tstring_end'>&#39;</span></span> @@ -241,10 +251,10 @@ <p>We welcome contributions to the Direct7 ruby SDK. If you have any ideas for improvements or bug fixes, please feel free to create an issue on GitHub.</p> </div></div> <div id="footer"> - Generated on Fri Nov 3 09:22:45 2023 by + Generated on Wed Dec 6 16:47:42 2023 by <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.9.34 (ruby-2.7.4). </div> </div> \ No newline at end of file