Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts committed Oct 21, 2024
1 parent d075e07 commit 4417b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A collection of [PostgreSQL](https://www.postgresql.org/) functions
which allow easily creating [SVG](https://developer.mozilla.org/en-US/docs/Web/SVG) graphics.
The main goal of the API is to allow converting [PostGIS](https://postgis.net/) geometries into styled SVG documents.
The functions also support simple geometry generated without PostGIS.
The API also supports simple geometry generated without PostGIS.

## Installation

Expand Down Expand Up @@ -54,7 +54,7 @@ SELECT svgDoc( array_agg( svg ),
viewbox => svgViewbox( ST_Expand( ST_Extent(geom), 2))
) AS svg FROM shape;
```
Generate an SVG for this example using:
Generate an SVG file for this example using:
```
psql -A -t -o wa.svg < wa.sql
```
Expand Down

0 comments on commit 4417b4d

Please sign in to comment.