File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ import { actions } from '/reducers';
24
24
import { extension , refineGist } from '/common/util' ;
25
25
import { exts , us } from '/common/config' ;
26
26
import README from '/static/README.md' ;
27
+ import SCRATCH_PAPER from '/static/SCRATCH_PAPER.md' ;
27
28
import styles from './stylesheet.scss' ;
28
29
29
30
loadProgressBar ( ) ;
@@ -137,7 +138,7 @@ class App extends React.Component {
137
138
titles : [ 'Scratch Paper' , 'Untitled' ] ,
138
139
files : [ {
139
140
name : 'README.md' ,
140
- content : `# Scratch Paper\nVisualize your own algorithm here!\n\n[Tracer API](https://github.com/algorithm-visualizer/tracers/wiki)` ,
141
+ content : SCRATCH_PAPER ,
141
142
contributors : [ ] ,
142
143
} , {
143
144
name : `code.${ ext } ` ,
Original file line number Diff line number Diff line change
1
+ # Scratch Paper
2
+
3
+ Take a quick look at [ Tracer API] ( https://github.com/algorithm-visualizer/tracers/wiki ) and visualize your own algorithm here!
4
+
5
+ ## Contribution
6
+
7
+ Create a pull request to [ algorithm_visualizer/algorithms] ( https://github.com/algorithm-visualizer/algorithms ) and help others learning.
You can’t perform that action at this time.
0 commit comments