Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
acrosman committed Mar 15, 2023
1 parent 769afb5 commit 628b951
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Electron Salesforce Base

This is a project starter that is taken from a combonation of other projects, and is meant as a jumping off point to create your own Salesforce interfaces using Electron and [JSForce](https://jsforce.github.io/).
This is a project starter that is taken from a combination of other projects, and is meant as a jumping off point to create your own Salesforce interfaces using Electron and [JSForce](https://jsforce.github.io/).

This base package provides some plumbing and a the ability to connect to an org (with security token) after that you are on your own. Please extend freely and tell me what you build – I'd love to hear about it.

Expand All @@ -18,11 +18,11 @@ One the application is running you'll likely want to update the package.json fil

Currently only the standard login is supported, not OAuth2, so you likely will need your [security token](https://help.salesforce.com/articleView?id=user_security_token.htm&type=5).

In the login fields provide your username, password, and security token. If you are logging into a production or trailhead instance you can use the default login URL. If you are logging into a Sandbox use: https://test.salesforce.com.
In the login fields provide your username, password, and security token. If you are logging into a production or Trailhead instance you can use the default login URL. If you are logging into a Sandbox use: https://test.salesforce.com.

## Example Projects

This project was started as a simplifcation of [ElectronForce](https://github.com/acrosman/electronForce) to make it easier to get new projects rolling and to think through ideas.
This project was started as a simplification of [ElectronForce](https://github.com/acrosman/electronForce) to make it easier to get new projects rolling and to think through ideas.

## Disclaimer

Expand Down

0 comments on commit 628b951

Please sign in to comment.