Skip to content
This repository was archived by the owner on May 28, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ hard to understand, that's a bug! Feel free to open a bug report.

Most of Microcuke is written in synchronous JavaScript (for readability), but there are
some parts that are asynchronous (using promises and callbacks). These constructs are
fairly JavaScript-specific, so if you are using microcuke as a guid to write a Cucumber
fairly JavaScript-specific, so if you are using microcuke as a guide to write a Cucumber
implementation for a new language, you should probably translate that code to simple synchronous code.

Here is a high level class diagram to give you an idea:
Expand Down