Skip to content

Commit

Permalink
Fixed a couple of Python/Ruby typos in the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarradsl committed Mar 7, 2016
1 parent 2a95138 commit 81dfc7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The Ruby Classes
With just two classes, **Telesign::API** abstracts much of the complexity of the TeleSign REST API.

+------------------------+--------------------------------------------------------------------------+
| Python Class | Description |
| Ruby Class | Description |
+========================+==========================================================================+
| Telesign::API::PhoneId | The **PhoneId** class exposes four services that each provide |
| | information about a specified phone number. |
Expand Down Expand Up @@ -84,7 +84,7 @@ Installation
With `Ruby Gems <https://github.com/rubygems/rubygems>`_
installed, simply type **gem install telesign** at the command prompt.

Python Code Example: To Verify a Call
Ruby Code Example: To Verify a Call
-------------------------------------

Here's a basic code example.
Expand Down

0 comments on commit 81dfc7c

Please sign in to comment.