Skip to content

Commit

Permalink
updating version information
Browse files Browse the repository at this point in the history
  • Loading branch information
karihotchkiss committed Dec 17, 2013
1 parent 12688b2 commit f2bc5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ A JavaScript SDK used to integrate applications with the Force.com Canvas framew

Force.com Canvas is a mechanism for consuming third-party applications within Salesforce. Its goal is to connect applications at a UI level instead of just an API level. The purpose of this GitHub repository is to provide third-party applications with a JavaScript SDK so you can easily integrate canvas-style applications into Salesforce, while developing in the technology and platform of your choice.

The best place to get started building canvas applications is the [Winter '14 online developer's guide](http://www.salesforce.com/us/developer/docs/platform_connect/index.htm) (version 29.0).
The best place to get started building canvas applications is the [Summer '14 online developer's guide](http://www.salesforce.com/us/developer/docs/platform_connect/index.htm) (version 30.0).

Currently, we provide Java and Ruby examples, but you can develop in whatever language you prefer. Most of the integration with Salesforce is through JavaScript and REST. You can also run and test your application locally from your own host, or from [Heroku](http://www.heroku.com/). For a quick example of how to create a Java Canvas application, please see the [SalesforceCanvasFrameworkSDK GitHub project](https://github.com/forcedotcom/SalesforceCanvasFrameworkSDK)

Expand Down

0 comments on commit f2bc5d4

Please sign in to comment.