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

Update readme #359

Merged
merged 20 commits into from
Jun 30, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Tradeoff Analytics in readme
  • Loading branch information
glennrfisher committed Jun 29, 2016
commit 7f86265ca7232f4a10ebcda5285ec22164e847ea
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,10 @@ The IBM Watson Tradeoff Analytics service helps people make better choices when
The following example defines a problem then uses Tradeoff Analytics to identify optimal solutions:

```swift
let username = "your-username-here"
let password = "your-password-here"
let tradeoffAnalytics = TradeoffAnalytics(username: username, password: password)

// define columns
let price = Column(
key: "price",
Expand Down