Skip to content

Commit 018c443

Browse files
Update src/routes/docs/quick-starts/android-java/+page.markdoc
Co-authored-by: Steven Nguyen <[email protected]>
1 parent f0de4a5 commit 018c443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/docs/quick-starts/android-java/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Find your project's ID in the **Settings** page.
9292
Create a new file `AppwriteHelper.java` and add the following code to it, replacing `<PROJECT_ID>` with your project ID.
9393

9494
```java
95-
package YOUR_ROOT_PACKAGE_HERE;
95+
package <YOUR_ROOT_PACKAGE_HERE>;
9696

9797
import android.content.Context;
9898

0 commit comments

Comments
 (0)