Skip to content

Commit a5465aa

Browse files
Fix typos and misc. (#25)
1 parent 46622e3 commit a5465aa

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ After you log into [Moesif Portal](https://www.moesif.com/wrap), you can get you
3636

3737
1. Select the account icon to bring up the settings menu.
3838
2. Select **Installation** or **API Keys**.
39-
<img class="lazyload blur-up" src="images/app_id.png" width="700" alt="Accessing the settings menu in Moesif Portal">
4039
3. Copy your Moesif Application ID from the **Collector Application ID** field.
40+
<img class="lazyload blur-up" src="images/app_id.png" width="700" alt="Accessing the settings menu in Moesif Portal">
4141

4242
## Install the middleware
4343
In your project directory, install the middleware as a project dependency:
@@ -143,7 +143,7 @@ These are the most important files:
143143
## Configuration Options
144144
The following sections describe the available configuration options for this middleware. You can set these options in the Moesif initialization options object. See [the sample AWS Lambda middleware function code](https://github.com/Moesif/moesif-aws-lambda-nodejs/blob/89c384621f8ae5fcee9166d798feb1e3115459ae/app.js#L15) for an example.
145145

146-
### __`logBody`__
146+
### `logBody`
147147
<table>
148148
<tr>
149149
<th scope="col">
@@ -164,7 +164,7 @@ The following sections describe the available configuration options for this mid
164164
</table>
165165
Whether to log request and response body to Moesif.
166166

167-
### __`identifyUser`__
167+
### `identifyUser`
168168

169169
<table>
170170
<tr>
@@ -204,7 +204,7 @@ options.identifyUser = function (event, context) {
204204
}
205205
```
206206

207-
### __`identifyCompany`__
207+
### `identifyCompany`
208208
<table>
209209
<tr>
210210
<th scope="col">
@@ -244,7 +244,7 @@ options.identifyCompany = function (event, context) {
244244
}
245245
```
246246

247-
### __`getSessionToken`__
247+
### `getSessionToken`
248248
<table>
249249
<tr>
250250
<th scope="col">
@@ -281,7 +281,7 @@ options.getSessionToken = function (event, context) {
281281
}
282282
```
283283

284-
### __`getApiVersion`__
284+
### `getApiVersion`
285285
<table>
286286
<tr>
287287
<th scope="col">
@@ -317,7 +317,7 @@ options.getApiVersion = function (event, context) {
317317
}
318318
```
319319

320-
### __`getMetadata`__
320+
### `getMetadata`
321321
<table>
322322
<tr>
323323
<th scope="col">
@@ -361,7 +361,7 @@ options.getMetadata = function (event, context) {
361361
}
362362
```
363363

364-
### __`skip`__
364+
### `skip`
365365
<table>
366366
<tr>
367367
<th scope="col">
@@ -403,7 +403,7 @@ options.skip = function (event, context) {
403403
}
404404
```
405405

406-
### __`maskContent`__
406+
### `maskContent`
407407
<table>
408408
<tr>
409409
<th scope="col">
@@ -525,7 +525,7 @@ Name | Required | Description
525525
`metadata` | No | A JSON Object consisting of any custom metadata to be stored with this event.
526526

527527

528-
### __`debug`__
528+
### `debug`
529529
<table>
530530
<tr>
531531
<th scope="col">
@@ -667,7 +667,7 @@ Only a subset of the Node.js request or response fields are available, specifica
667667
</tr>
668668
</table>
669669

670-
### getHeader
670+
### `getHeader`
671671
<table>
672672
<tr>
673673
<th scope="col">

0 commit comments

Comments
 (0)