Skip to content

Commit

Permalink
Change "bindings" to "integrations" in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
helfer authored Jun 14, 2016
1 parent c0b626c commit c33208d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Contributions, issues and feature requests are very welcome. If you are using th
**/src/core**:
- contains the core functionality that is independent of any particular node.js server framework

**/src/bindings/\<name\>**:
- Contains the bindings for Node.js server framework \<name\> (i.e. express, HAPI, Koa, connect)
**/src/integrations/\<name\>**:
- Contains the integrations for Node.js server framework \<name\> (i.e. express, HAPI, Koa, connect)

**/src/test**:
- Contains only the `tests.ts` file that imports other tests. All real test files go in the same folder as the code they are testing, and should be named `*.test.ts`.

0 comments on commit c33208d

Please sign in to comment.