Skip to content

Commit cd17c82

Browse files
authored
Update README.md
1 parent 7ef0e01 commit cd17c82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public void onCreate() {
3434
.setErrorEventEnabled(true) //By Default True - This will send error events to you
3535
.setErrorEventTitle("ERROR_TITLE") //Error Event title
3636
.setAPI_KEY("YOUR_API_KEY") //Your API KEY
37-
.setPROJECT_ID("YOUR_APP_ID") //Your Project ID
37+
.setPROJECT_ID("YOUR_PROJECT_ID") //Your Project ID
3838
.install();
3939

4040
//By default you will get all the crashes and runtime error in a form of error event.

0 commit comments

Comments
 (0)