diff --git a/README.md b/README.md index 1451356..c9b1626 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # government-rus A mobile app to track documents that will be discussed and applied by government -1. Get a list of events (заседаний): +1. Get a list of sessions (заседаний): ``` http://api.duma.gov.ru/api//questions.json?app_token=&limit=5&dateFrom=2020-01-01 ``` @@ -19,7 +19,7 @@ Response: } ``` -2. Get stenogram of an issue (стенограмма заседания по вопросу): +2. Get transcript of an issue (стенограмма заседания по вопросу): ``` http://api.duma.gov.ru/api///.json?app_token= ```