Skip to content

Commit 6ac04e7

Browse files
authored
Update README.md
1 parent 0779f8a commit 6ac04e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ The GeoJSON support is a read-only view on the tables and records in GeoJSON for
620620
GET /geojson/{table}/{id} - read - reads a record by primary key as a GeoJSON Feature
621621

622622
The "`/geojson`" endpoint uses the "`/records`" endpoint internally and inherits all functionality, such as joins and filters.
623-
It also supports a "geometry" parameter to indicate the name of the geometry column in case the table has more than one of them.
623+
It also supports a "geometry" parameter to indicate the name of the geometry column in case the table has more than one.
624624
For map views it supports the "bbox" parameter in which you can specify upper-left and lower-right coordinates (comma separated).
625625
The following Geometry types are supported by the GeoJSON implementation:
626626

@@ -708,7 +708,7 @@ Then you have to configure the `jwtAuth.secret` configuration in your `api.php`
708708
Grab the public key via this [URL](https://www.googleapis.com/robot/v1/metadata/x509/[email protected]).
709709
There may be several certificates, just grab the one corresponding to your `kid` (if you don't
710710
know what it is, just test them all until you will be logged in).
711-
Now, just fill `jwtAuth.secret` with your public key.
711+
Now, just fill `jwtAuth.secret` with your public key.F
712712

713713
To test your integration, you can copy the [firebase/vanilla.html](examples/clients/firebase/vanilla.html)
714714
file and the [firebase/vanilla-success.html](examples/clients/firebase/vanilla-success.html) file,

0 commit comments

Comments
 (0)