Skip to content

Commit 0fbef6c

Browse files
committed
Updated README.md
1 parent e238a83 commit 0fbef6c

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
@@ -91,7 +91,7 @@ requires these APIs.
9191
3. Instantiate the client with the read access token:
9292

9393
```java
94-
Tmdb tmdb = new Tmdb("MyReadAccessToken");
94+
Tmdb tmdb = new Tmdb("MyReadAccessToken", "MyUserAgent/1.0");
9595
// Access APIs (e.g., MoviesApi)
9696
MoviesApi moviesApi = tmdb.getMoviesApi();
9797
```

0 commit comments

Comments
 (0)