Skip to content

Commit

Permalink
Format README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
inpt-simo committed Mar 13, 2019
1 parent 1cf4cde commit 2bd6de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -34,7 +34,7 @@ const fn = () => {

## APIs:

* `locate(fn: Function)`: Will retrieve the location of a given function, and will cache it so that the second call will be faster.
1. `locate(fn: Function)`: Will retrieve the location of a given function, and will cache it so that the second call will be faster.

The result of the call will an object that contains these attributes:

Expand All @@ -44,7 +44,7 @@ The result of the call will an object that contains these attributes:

Internally, this function will open an [inspector](https://nodejs.org/api/inspector.html) session. So it is always a good idea to call the `disconnect` method when you are done.

* `disconnect()`: will [`disconnect`](https://nodejs.org/api/inspector.html#inspector_session_disconnect) the [instpector](https://nodejs.org/api/inspector.html) [session](https://nodejs.org/api/inspector.html#inspector_class_inspector_session), cleans the cache and delete temporary created objects from the global object.
2. `disconnect()`: will [`disconnect`](https://nodejs.org/api/inspector.html#inspector_session_disconnect) the [instpector](https://nodejs.org/api/inspector.html) [session](https://nodejs.org/api/inspector.html#inspector_class_inspector_session), cleans the cache and delete temporary created objects from the global object.

## License

Expand Down

0 comments on commit 2bd6de8

Please sign in to comment.