Skip to content

Commit

Permalink
fix: wrong invocation of GeoServer url in README.md tutorial (url -> …
Browse files Browse the repository at this point in the history
…service_url) (#12)
  • Loading branch information
lkpanganiban authored Aug 26, 2024
1 parent bc34569 commit 46fabb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ from geoserver import GeoServer

# Connect to a GeoServer instance
geoserver = GeoServer(
url="http://localhost:8080/geoserver",
service_url="http://localhost:8080/geoserver",
username="admin",
password="geoserver"
)
Expand Down

0 comments on commit 46fabb6

Please sign in to comment.