Skip to content

Commit

Permalink
Merge pull request #449 from osrm/main
Browse files Browse the repository at this point in the history
chore: correction typos
  • Loading branch information
nplasterer authored Aug 8, 2024
2 parents cde9b4a + 5ee8048 commit afef58b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ First create a free account and download your client id from https://thirdweb.co
cd example
cp EXAMPLE.env .env
```
Finally, insert yout Thirdweb client id in specified location of `example/.env` file:
Finally, insert your Thirdweb client id in specified location of `example/.env` file:
```
THIRD_WEB_CLIENT_ID=INSERT_CLIENT_ID_HERE
```
Expand Down Expand Up @@ -53,4 +53,4 @@ Running tests locally is useful when updating GitHub actions, or locally testing
5. You can stop the XMTP server with the following command:
```bash
docker-compose -p xmtp -f dev/local/docker-compose.yml down
```
```
2 changes: 1 addition & 1 deletion packaging_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ These are the same SDKs that native iOS or Android apps would use, but are wrapp
|-> executes as part of Gradle build
|-> finds @xmtp/react-native-sdk/expo-module.config.json
|-> Resolves reference to `org.xmtp.android`
|-> This is an artifact published from `xmtp-android` (canonical Android XMTP SDK, used by Android projects direclty)
|-> This is an artifact published from `xmtp-android` (canonical Android XMTP SDK, used by Android projects directly)
|-> Gradle finds `org.xmtp.android` in whatever repositories are configured (Maven, etc)
|-> Fetches `org.xmtp.android` jar files and metadata
|-> Finishes Android-specific module setup
Expand Down

0 comments on commit afef58b

Please sign in to comment.