Browse Source

fix typo in markdown

master
Nicolas Massé 8 years ago
parent
commit
e42f6e196e
  1. 6
      README.md

6
README.md

@ -54,7 +54,7 @@ re-use the content of existing SOAP documentation (the meaty PDF or Word
documentation). documentation).
Most of this content can already be moved to an API Developer Portal, presented Most of this content can already be moved to an API Developer Portal, presented
as nice to read Web Pages. as nice-to-read Web Pages.
This project provides a way to document the sample SOAP calls, with an This project provides a way to document the sample SOAP calls, with an
interactive interface where the developer can discover examples when reading interactive interface where the developer can discover examples when reading
@ -85,7 +85,7 @@ Load the following files in the 3scale Developer Portal, by creating new pages
with the following parameters: with the following parameters:
| Title | Section | Path | Content-Type | Content | | Title | Section | Path | Content-Type | Content |
---- | --- | --- | --- | --- | --- |
| soapui.js | `|--javascripts` | `/javascripts/soapui.js` | `text/javascript` | [soapui.js](soapui.js) | | soapui.js | `|--javascripts` | `/javascripts/soapui.js` | `text/javascript` | [soapui.js](soapui.js) |
| jquery.soap.js | `|--javascripts` | `/javascripts/jquery.soap.js` | `text/javascript` | [jquery.soap.js](jquery.soap/jquery.soap.js) | | jquery.soap.js | `|--javascripts` | `/javascripts/jquery.soap.js` | `text/javascript` | [jquery.soap.js](jquery.soap/jquery.soap.js) |
| vkbeautify.js | `|--javascripts` | `/javascripts/vkbeautify.js` | `text/javascript` | [vkbeautify.js](vkBeautify/vkbeautify.js) | | vkbeautify.js | `|--javascripts` | `/javascripts/vkbeautify.js` | `text/javascript` | [vkbeautify.js](vkBeautify/vkbeautify.js) |
@ -104,7 +104,7 @@ Then, create a new page to hold the documentation of your SOAP Service with the
- Liquid Enabled: unchecked - Liquid Enabled: unchecked
- Handler: *Leave empty* - Handler: *Leave empty*
In the content, make sure to have at the top at least: In the content, make sure to have at the top of your page:
``` ```
<link rel="stylesheet" type="text/css" href="/css/soapui.css"> <link rel="stylesheet" type="text/css" href="/css/soapui.css">
<script type='text/javascript' src='/javascripts/jquery.soap.js'></script> <script type='text/javascript' src='/javascripts/jquery.soap.js'></script>

Loading…
Cancel
Save