Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct error in README, the method is now called "create_application". #4

Merged
merged 1 commit into from Apr 5, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -39,7 +39,7 @@ Any HTTP method can be accessed using the TropoProvisioning wrapper:

==== Add a New Application

app_id = tp.add_application({ :name => 'My Shiny New App',
app_id = tp.create_application({ :name => 'My Shiny New App',
:voiceUrl => 'http://mydomain.com/voice_script.rb',
:partition => 'staging',
:messagingUrl => 'http://mydomain.com/message_script.rb',
Expand Down