From 943b163431c7e6b48474c11e421287da4eecdeac Mon Sep 17 00:00:00 2001 From: Aaron Date: Sat, 3 Oct 2020 13:59:01 -0400 Subject: [PATCH 1/2] Edited typos --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0f60b7d..bd3b1ef 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,16 @@ [![Build Status](https://travis-ci.org/igneus/church-calendar-api.svg?branch=master)](https://travis-ci.org/igneus/church-calendar-api) -Browse Roman Catholic liturgical calendar through a web interface -or obtain it's data in JSON format through an API. +Browse the Roman Catholic liturgical calendar through a web interface +or obtain its data in JSON format through an API. Powered by [calendarium-romanum][caro] and grape. -## Explore it on-line +## Explore it online -Church Calendar API is a more or less RESTful read-only JSON API. +Church Calendar API is more or less a RESTful read-only JSON API. API documentation with URI examples and live links to API endpoints: http://calapi.inadiutorium.cz/api-doc From 0408beea523f5b601d3997962955b4580c90d2cb Mon Sep 17 00:00:00 2001 From: Aaron Date: Sun, 4 Oct 2020 13:07:22 -0400 Subject: [PATCH 2/2] modified to fit review comments --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bd3b1ef..94fd469 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,16 @@ [![Build Status](https://travis-ci.org/igneus/church-calendar-api.svg?branch=master)](https://travis-ci.org/igneus/church-calendar-api) -Browse the Roman Catholic liturgical calendar through a web interface +Browse Roman Catholic liturgical calendars through a web interface or obtain its data in JSON format through an API. Powered by [calendarium-romanum][caro] and grape. -## Explore it online +## Explore it on-line -Church Calendar API is more or less a RESTful read-only JSON API. +Church Calendar API is a more or less RESTful read-only JSON API. API documentation with URI examples and live links to API endpoints: http://calapi.inadiutorium.cz/api-doc @@ -53,7 +53,7 @@ This repository includes a `dockerfile` and a `docker-compose.yml`. You can run In order to add a new calendar: -1. put it's data file(s) in the `data` directory +1. put its data file(s) in the `data` directory 2. create a new record in `config/calendars.yml` ## Client libraries