Skip to content

Commit

Permalink
Remove -d mydb from usage examples
Browse files Browse the repository at this point in the history
  • Loading branch information
zachasme committed Jun 13, 2019
1 parent 987a71f commit 47cf4c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ If the prerequisites are met you can use the PGXN Client to download, build, and

```
$ pgxn install h3
$ pgxn load -d mydb h3
$ psql -d mydb
$ pgxn load h3
$ psql
=# SELECT h3_geo_to_h3(POINT('37.3615593,-122.0553238'), 5);
h3_geo_to_h3
-----------------
Expand Down
2 changes: 1 addition & 1 deletion docker/build.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG UBUNTU
ARG UBUNTU=xenial
FROM h3-pg:base-${UBUNTU}
ARG UBUNTU
ARG POSTGRESQL
Expand Down
2 changes: 1 addition & 1 deletion docker/pgxn.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG UBUNTU
ARG UBUNTU=xenial
FROM h3-pg:base-${UBUNTU}
ARG UBUNTU
ARG POSTGRESQL
Expand Down

0 comments on commit 47cf4c4

Please sign in to comment.