more formatting fixes

This commit is contained in:
Erik Brakke 2024-08-14 07:26:10 -06:00 committed by GitHub
parent d6c5772a9d
commit 03709b91aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
113.md
View File

@ -33,7 +33,7 @@ Activities MAY include an `r` tag, which will include a URL to the location wher
["r", "url to download activity file"], ["r", "url to download activity file"],
["published_at", "<unix-timestamp>"], ["published_at", "<unix-timestamp>"],
["updated_at", "<unix-timestamp>"], ["updated_at", "<unix-timestamp>"],
["recorded_at", "<unix-timestamp>"] ["recorded_at", "<unix-timestamp>"],
["encrypted"] // Optional, activity file is encrypted ["encrypted"] // Optional, activity file is encrypted
], ],
} }
@ -63,7 +63,7 @@ This NIP does not attempt to describe all the different summaries that users cou
["g", "OPTIONAL geohash"], ["g", "OPTIONAL geohash"],
["unit", "OPTIONAL imperial | metric"], ["unit", "OPTIONAL imperial | metric"],
["published_at", "<unix-timestamp>"], ["published_at", "<unix-timestamp>"],
["updated_at", "<unix-timestamp>"] ["updated_at", "<unix-timestamp>"],
["encrypted"] // Optional, summary content is encrypted ["encrypted"] // Optional, summary content is encrypted
], ],
} }