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

Commit

Permalink
Merge pull request #15 from guardian/fix-type
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Mario Galic committed Apr 6, 2017
2 parents 1c62fb0 + eb67585 commit 08185ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tip {

Note that the names of MCPs must be unique. Place the file in the classpath root or `<classpath_root>/conf` directory.

5. Place `Tip.verify("My_unique_MCP_name")` calls at the points in the source code where each MCP is successfully completed.
6. Place `Tip.verify("My_unique_MCP_name")` calls at the points in the source code where each MCP is successfully completed.

For example, given the above `tip.yaml` you could place `Tip.verify("Buy Subscription")` at _Payment Thank You_ page, and `Tip.verify("Register Account")` at _Registration Confirmation_ page.

Expand Down

0 comments on commit 08185ff

Please sign in to comment.