Skip to content
This repository has been archived by the owner on Jul 31, 2018. It is now read-only.

Commit

Permalink
fix capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdawson committed Dec 12, 2016
1 parent e740adb commit e10206f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 005-ABI-Stable-Module-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ There has been enough progress that instead of listing the API methods
here we will point to the header files in the working PoC repos so it
remains up to date:

Core Methods:
Core methods:
* [node_jsvmapi_types.h](https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_jsvmapi_types.h)
* [node_jsvmapi.h](https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_jsvmapi.h)

AsyncWorker Support Methods:
AsyncWorker support methods:

* [node_asyncapi_types.h](https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_asyncapi_types.h)
* [node_asyncapi.h](https://github.com/nodejs/abi-stable-node/blob/api-prototype-6.2.0/src/node_asyncapi.h)
Expand Down

0 comments on commit e10206f

Please sign in to comment.