Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrancois committed May 8, 2013
1 parent dab8c24 commit 6fe3ed3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Expand Up @@ -24,9 +24,9 @@ Stream give code sequence as string.

Want to use your own code ?

```dart`
```dart
// Up Up !
new KonamiCode("3838").onPerformed.listen((_) => doSomething());
// Down down !
new KonamiCode.fromCharCodes([40,4]").onPerformed.listen((_) => doSomething());
``
new KonamiCode.fromCharCodes([40,40]).onPerformed.listen((_) => doSomething());
```
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,5 +1,5 @@
name: konami_code
version: 1.2.0
version: 1.2.0+1
author: Nicolas Francois <nicolas.franc@gmail.com>
description: A Dart implementation for Konami code.
homepage: https://github.com/nfrancois/KonamiDart
Expand Down

0 comments on commit 6fe3ed3

Please sign in to comment.