Skip to content

Commit 81d13e5

Browse files
committed
Merge pull request graphhopper#679 from fbonzon/patch-1
Fix wrong script name
2 parents 0c8ad45 + 73153d4 commit 81d13e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/quickstart-from-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ npm run bundleDebug
134134
npm run bundleProduction
135135

136136
# Forcing consistent code style with jshint:
137-
npm run jshint
137+
npm run lint
138138

139139
# see the package.json where more scripts are defined
140140
```

0 commit comments

Comments
 (0)