README.md in embulk-output-bigquery-0.3.0.pre1 vs README.md in embulk-output-bigquery-0.3.0.pre2
- old
+ new
@@ -335,11 +335,11 @@
## Development
### Run example:
-Prepare a json\_keyfile at /tmp/your-project-000.json, then
+Prepare a json\_keyfile at example/your-project-000.json, then
```
$ embulk bundle install --path vendor/bundle
$ embulk run -X page_size=1 -b . -l trace example/example.yml
```
@@ -349,10 +349,10 @@
```
$ bundle exec rake test
```
To run tests which actually connects to BigQuery such as test/test\_bigquery\_client.rb,
-prepare a json\_keyfile at /tmp/your-project-000.json, then
+prepare a json\_keyfile at example/your-project-000.json, then
```
$ CONNECT=1 bundle exec ruby test/test_bigquery_client.rb
$ CONNECT=1 bundle exec ruby test/test_example.rb
```