Skip to content

Commit c666802

Browse files
committed
Fix typo in DEVELOPMENT.md
1 parent 515e4fc commit c666802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ git clone https://github.com/trufi-association/osm-search-data-export.git
2121
cd osm-search-data-export
2222
docker build . --tag osm-search-data-export:latest
2323
docker run --volume /tmp:/data osm-search-data-export --input overpass --bbox "8.82,38.63,9.11,38.91" --output json-compact --outpath /data/search.json
24-
cp /tmp/search.json ../AddisMapTransit/assets/data/ search.json
24+
cp /tmp/search.json ../AddisMapTransit/assets/data/search.json
2525
```
2626

2727
## Fastlane

0 commit comments

Comments
 (0)