Skip to content

Commit

Permalink
Fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghanbing committed Feb 28, 2018
1 parent fd5b2f6 commit 09c1786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# A image file labeling tool for machine learning and deeplearning based on electron.
# A image file labeling tool for machine learning and deeplearning based on electron.

## Install
Download from release.
Expand Down
2 changes: 1 addition & 1 deletion src/mainview.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class MainView extends Component {
console.log(save_data);
MainView.saveText(save_data, this.current_file);
self.isSaved = true;
document.title = "Notepad - " + this.current_file;
document.title = "Labeling - " + this.current_file;
}
}

Expand Down

0 comments on commit 09c1786

Please sign in to comment.