Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
docs: improve example code in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
clebert committed Mar 27, 2017
1 parent fe84cac commit 1d74d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ Reliable, zero configuration end-to-end testing in BDD-style.
```ts
import {browser, defineElement, it, test} from 'cybernaut';

test('Star repository "clebert/cybernaut" on GitHub', async t => {
test('Star the "clebert/cybernaut" repository on GitHub', async t => {
await t.perform(browser.loadPage('https://github.com/clebert/cybernaut'));

await t.assert(browser.pageTitle, it.should.contain('clebert/cybernaut'));
Expand Down

0 comments on commit 1d74d27

Please sign in to comment.