Skip to content

Commit 3e6f2d4

Browse files
committed
Removes extra parenthesis in the README example
1 parent 66177b5 commit 3e6f2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $api = new WikidataQueryApi( 'https://wdq.wmflabs.org/api' );
4343

4444
// Build helper tools
4545
$wikidataQueryFactory = new WikidataQueryFactory( $api );
46-
$simpleQueryService = $wikidataQueryFactory->newSimpleQueryService() );
46+
$simpleQueryService = $wikidataQueryFactory->newSimpleQueryService();
4747

4848
//Do a query that returns a list of ItemId
4949
//This query finds all the children (P40) of Charlemagne (Q3044)

0 commit comments

Comments
 (0)