Skip to content

Commit

Permalink
Updated comment of typescript sample in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Jun 18, 2018
1 parent b8f50d1 commit e956de3
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 @@ -155,7 +155,7 @@ interface Friend {
// Declare Database
//
class FriendDatabase extends Dexie {
public friends!: Dexie.Table<Friend, number>; // id is number
public friends!: Dexie.Table<Friend, number>; // id is number in this case

public constructor() {
super("FriendDatabase");
Expand Down

0 comments on commit e956de3

Please sign in to comment.