Skip to content

Commit

Permalink
Merge pull request #42 from nextbike/fix_url_placeholder
Browse files Browse the repository at this point in the history
Website/Readme: Fix url placeholder and random typos
  • Loading branch information
PierrickP authored Oct 21, 2021
2 parents 596378a + b7c1885 commit 7f6210b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This tool is built using the [JSON Schemas](https://github.com/NABSA/gbfs/blob/m

Currently, the schemas are reproduced per folder in [gbfs-validator/tree/master/gbfs-validator/schema](https://github.com/fluctuo/gbfs-validator/tree/master/gbfs-validator/schema).

Questions? Please open an issue or reach out to MobilityData on the gbfs slack channel!
Questions? Please open an issue or reach out to MobilityData on the GBFS slack channel!

# Run the app

Expand Down Expand Up @@ -45,9 +45,9 @@ To build the project locally, you need

### Node.js

We recommand you to use [NVM](https://github.com/nvm-sh/nvm#installing-and-updating)
We recommend you to use [NVM](https://github.com/nvm-sh/nvm#installing-and-updating)

You should use `v12.x.x` of Node.js, or higher. We recomend `v14.x.x`.
You should use `v12.x.x` of Node.js, or higher. We recommend `v14.x.x`.

## Clone the repository

Expand All @@ -56,7 +56,7 @@ git clone https://github.com/fluctuo/gbfs-validator.git
cd gbfs-validator
```

## Run dev environnement
## Run dev environment

With Node.js

Expand Down
2 changes: 1 addition & 1 deletion website/src/components/Validator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div>
<b-row>
<b-col>
<b-form-input type="url" v-model="url" placeholder="https://exemple.com/gbfs.com"></b-form-input>
<b-form-input type="url" v-model="url" placeholder="https://exemple.com/gbfs.json"></b-form-input>
</b-col>
<b-col class="flex-grow-0">
<b-button @click="valid" variant="success" style="white-space: nowrap;">Validate me !</b-button>
Expand Down

0 comments on commit 7f6210b

Please sign in to comment.