Skip to content

Commit

Permalink
README :: fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
umutbugrahan committed Feb 14, 2022
1 parent 7392d54 commit 463aeb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,6 +1,6 @@
jotform-api-php
===============
[JotForm API](http://api.jotform.com/docs/) - PHP Client
[JotForm API](https://api.jotform.com/docs/) - PHP Client


### Installation
Expand All @@ -12,7 +12,7 @@ Install via git clone:
or

Install via Composer package manager (http://getcomposer.org/)
Install via Composer package manager (https://getcomposer.org/)

_composer.json_
```json
Expand All @@ -27,11 +27,11 @@ _composer.json_

### Documentation

You can find the docs for the API of this client at [http://api.jotform.com/docs/](http://api.jotform.com/docs)
You can find the docs for the API of this client at [https://api.jotform.com/docs/](https://api.jotform.com/docs)

### Authentication

JotForm API requires API key for all user related calls. You can create your API Keys at [API section](http://www.jotform.com/myaccount/api) of My Account page.
JotForm API requires API key for all user related calls. You can create your API Keys at [API section](https://www.jotform.com/myaccount/api) of My Account page.

### Examples

Expand Down

0 comments on commit 463aeb3

Please sign in to comment.