Skip to content

Commit

Permalink
- doc: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
falahwho committed Jun 2, 2024
1 parent b50142d commit e77e505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/basic-usage/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is a sample migration for a `City` model as an example.

:::danger

make sure the database geospatial column has `4326` as `SRID`.
Make sure the database geospatial column has `4326` as `SRID`.

:::

Expand Down Expand Up @@ -106,7 +106,7 @@ The package supports using a `wkt` string to define the points of the polygon.

:::info

wkt could either have the POLYGON string surrounding the points or not, the package adds the string POLYGON if it's not there.
Wkt could either have the POLYGON string surrounding the points or not, the package adds the string POLYGON if it's not there.

$wkt = 'POLYGON((73.5092 4.1758, 73.5094 4.1758, 73.5094 4.1757, 73.5092 4.1757, 73.5092 4.1758))';

Expand Down

0 comments on commit e77e505

Please sign in to comment.