andreyp89 commited on
Commit
1485646
·
1 Parent(s): 489bcec

Minor documentation fixes

Browse files
Files changed (1) hide show
  1. docs/API.md +2 -2
docs/API.md CHANGED
@@ -41,11 +41,11 @@ a user-friendly way.
41
  The API is exposed through the RapidAPI Hub which manages API subscriptions, API keys, payments and other things. Please
42
  refer to the [RapidAPI Documentation](https://docs.rapidapi.com/docs/consumer-quick-start-guide) to get started.
43
 
44
- Generally, in order to use an API you need to perform the following steps:
45
  - Create a RapidAPI.com account.
46
  - [Navigate to the API page](https://rapidapi.com/texelmoda-texelmoda-apis/api/try-on-diffusion) and subscribe to a
47
  suitable pricing plan. We also provide a free BASIC plan with 100 API requests per month.
48
- - Use the obtained RapidAPI key to authenticate (via the _X-RapidAPI-Key_ header) and use an API from any programming
49
  language or tool you like.
50
 
51
  Example API call using cURL:
 
41
  The API is exposed through the RapidAPI Hub which manages API subscriptions, API keys, payments and other things. Please
42
  refer to the [RapidAPI Documentation](https://docs.rapidapi.com/docs/consumer-quick-start-guide) to get started.
43
 
44
+ Generally, in order to use the API you need to perform the following steps:
45
  - Create a RapidAPI.com account.
46
  - [Navigate to the API page](https://rapidapi.com/texelmoda-texelmoda-apis/api/try-on-diffusion) and subscribe to a
47
  suitable pricing plan. We also provide a free BASIC plan with 100 API requests per month.
48
+ - Use the obtained RapidAPI key to authenticate (via the _X-RapidAPI-Key_ header) and use the API from any programming
49
  language or tool you like.
50
 
51
  Example API call using cURL: