README.md in NATO-0.0.2 vs README.md in NATO-0.0.3
- old
+ new
@@ -1,17 +1,18 @@
# NATO
+[![Code Climate](https://codeclimate.com/github/lukelex/NATO.png)](https://codeclimate.com/github/lukelex/NATO)
+
The NATO phonetic alphabet, more accurately known as the International
Radiotelephony Spelling Alphabet, is the most widely used spelling
alphabet. NATO assigns code words acrophonically to the letters of the
English alphabet so that critical combinations of letters and numbers
can be pronounced and understood by those who transmit and receive
voice messages by radio or telephone regardless of their native
language or the presence of transmission static.
-The 26 code words in the NATO phonetic alphabet are assigned to the 26
-letters of the English alphabet in alphabetical order as follows:
+The 26 code words and 10 numbers in the NATO phonetic alphabet are assigned to their respectives in the English alphabet in alphabetical order as follows:
* Alfa
* Bravo
* Charlie
* Delta
@@ -35,10 +36,20 @@
* Victor
* Whiskey
* X-ray
* Yankee
* Zulu
+* One
+* Two
+* Three
+* Four
+* Five
+* Six
+* Seven
+* Eight
+* Nine
+* Zero
## Installation
Add this line to your application's Gemfile:
@@ -60,10 +71,11 @@
## Usage
```ruby
text = Text.new 'a8h43lnr0'
-text.to_nato # "Alfa 8 Hotel 4 3 Lima November Romeo 0"
+text.to_nato # "Alfa Eight Hotel Four Three Lima November Romeo Zero"
+text.pronunciation #'AL-FAH AIT HOH-TEL FOW-ER TREE LEE-MAH NO-VEM-BER ROW-ME-OH ZEE-RO'
```
## Contributing
1. Fork it