Skip to content

Commit

Permalink
chore(readme): remove 'your_project' example from the Android setup
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Nov 23, 2024
1 parent 7e5d298 commit aae656c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quill_native_bridge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ An exception with less details will be thrown in production mode.
**1. Update `AndroidManifest.xml`**

Open `your_project/android/app/src/main/AndroidManifest.xml` and add the following inside the `<application>` tag:
Open `android/app/src/main/AndroidManifest.xml` and add the following inside the `<application>` tag:

```xml
<manifest>
Expand All @@ -53,7 +53,7 @@ Open `your_project/android/app/src/main/AndroidManifest.xml` and add the followi

**2. Create `file_paths.xml`**

Create the file `your_project/android/app/src/main/res/xml/file_paths.xml` with the following content:
Create the file `android/app/src/main/res/xml/file_paths.xml` with the following content:

```xml
<paths>
Expand Down

0 comments on commit aae656c

Please sign in to comment.