From f8267d7230db257430d966c5d18ba75f8b3e8d78 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Dupont Date: Thu, 19 May 2016 16:37:44 -0400 Subject: [PATCH] Try markdown syntax --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec6afc6..7b5c6b0 100644 --- a/README.md +++ b/README.md @@ -275,9 +275,15 @@ public class Example { } ``` -## Agile Example ## +## Agile API ## https://docs.atlassian.com/jira-software/REST/cloud/ +### Agile supported calls ### + 1. AgileClient + ..* GET /rest/agile/1.0/board + +### Agile Example ### + ```java import java.util.List; @@ -308,4 +314,5 @@ public class Example { } } } -``` \ No newline at end of file +``` +