README.md in comfan-0.1.1 vs README.md in comfan-0.1.2
- old
+ new
@@ -37,15 +37,15 @@
This is method converts an API ID to an UI ID. If an UI ID is provided (length <= 15 characters), the same ID is returned.
Otherwise the UI ID is calculated
~~~ ruby
-Comfan.api_id '00D50000000IehZEAS' # 0D50000000IehZ
+Comfan.ui_id '00D50000000IehZEAS' # 0D50000000IehZ
~~~
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
-5. Create new Pull Request
\ No newline at end of file
+5. Create new Pull Request