Skip to content

Commit

Permalink
Minor readme and contributing grammar and formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Dec 4, 2023
1 parent 1e5c53d commit 276fad8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Scribe-iOS is developed using the [Swift](https://developer.apple.com/swift/) co
>
> - e.g. Cloning now becomes `git clone [email protected]:<your-username>/Scribe-iOS.git`
>
> GitHub also has their documentation on how to [Generate new SSH key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent). 🔑
> GitHub also has their documentation on how to [Generate a new SSH key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) 🔑
>
> </p>
> </details>
Expand All @@ -115,11 +115,11 @@ Now, if you run `git remote -v` you should see two remote repositories named:

4. In order to run Scribe on an emulator:

- Read the [documentation from Apple](https://developer.apple.com/documentation/xcode/running-your-app-in-the-simulator-or-on-a-device) if need be
- In the top bar select Scribe as the scheme
- If you're debugging you'll need to select the keyboard you're testing as the scheme (see the [note on debugging](#note-on-debugging) below)
- Select a device to run the app on
- Press the run button marked `Start the active scheme`
- Read the [documentation from Apple](https://developer.apple.com/documentation/xcode/running-your-app-in-the-simulator-or-on-a-device) if need be
- In the top bar select Scribe as the scheme
- If you're debugging you'll need to select the keyboard you're testing as the scheme (see the [note on debugging](#note-on-debugging) below)
- Select a device to run the app on
- Press the run button marked `Start the active scheme`

From there code edits that are made will be reflected in the app each time the active scheme is restarted.

Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Scribe-iOS is developed using the [Swift](https://developer.apple.com/swift/) co
>
> - e.g. Cloning now becomes `git clone [email protected]:<your-username>/Scribe-iOS.git`
>
> GitHub also has their documentation on how to [Generate new SSH key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent). 🔑
> GitHub also has their documentation on how to [Generate a new SSH key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) 🔑
>
> </p>
> </details>
Expand All @@ -157,10 +157,11 @@ Now, if you run `git remote -v` you should see two remote repositories named:

4. In order to run Scribe on an emulator:

- Read the [documentation from Apple](https://developer.apple.com/documentation/xcode/running-your-app-in-the-simulator-or-on-a-device) if need be
- In the top bar select Scribe as the scheme
- Select a device to run the app on
- Press the run button marked `Start the active scheme`
- Read the [documentation from Apple](https://developer.apple.com/documentation/xcode/running-your-app-in-the-simulator-or-on-a-device) if need be
- In the top bar select Scribe as the scheme
- If you're debugging you'll need to select the keyboard you're testing as the scheme (see the [note on debugging](#note-on-debugging) below)
- Select a device to run the app on
- Press the run button marked `Start the active scheme`

From there code edits that are made will be reflected in the app each time the active scheme is restarted.

Expand Down

0 comments on commit 276fad8

Please sign in to comment.