From 1cb4204f5fa5a91276af11333a0f45486fe0c7de Mon Sep 17 00:00:00 2001
From: Ivan Kornienko <ivan.s.kornienko@gmail.com>
Date: Tue, 26 Dec 2017 22:28:07 -0800
Subject: [PATCH] Fixes 'JRIA' misprint in README.md (#98)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4bd5319..de78618 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@
 * Create and retrieve issue transitions (status updates)
 * Call every API endpoint of the JIRA, even if it is not directly implemented in this library
 
-This package is not JIRA API complete (yet), but you can call every API endpoint you want. See [Call a not implemented API endpoint](#call-a-not-implemented-api-endpoint) how to do this. For all possible API endpoints of JRIA have a look at [latest JIRA REST API documentation](https://docs.atlassian.com/jira/REST/latest/).
+This package is not JIRA API complete (yet), but you can call every API endpoint you want. See [Call a not implemented API endpoint](#call-a-not-implemented-api-endpoint) how to do this. For all possible API endpoints of JIRA have a look at [latest JIRA REST API documentation](https://docs.atlassian.com/jira/REST/latest/).
 
 ## Compatible JIRA versions