Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: regenerate README (#40)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈


<details><summary>Log from Synthtool</summary>

```
2020-10-19 22:38:20,937 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-video-transcoder/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working directory clean
2020-10-19 22:38:21,875 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata.

```
</details>

Full log will be available here:
https://source.cloud.google.com/results/invocations/a243831d-24fa-45ff-9dd7-7d7e324633a2/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation committed Oct 20, 2020
1 parent a8aae5b commit 92c0e3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/readme/synth.metadata/synth.metadata
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-video-transcoder.git",
"sha": "24f658971be130775ef5d4b4e67d21c0ed5e6ffc"
"sha": "8ee2a20eb4d992c7dcfba391e780cb7571ab5a61"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "b6164c26a111f7f587099d31253abb96b5737bb2"
"sha": "6dc98b26a9c823e92fa21455fb6e5862613c49c2"
}
}
]
Expand Down
5 changes: 1 addition & 4 deletions README.md
Expand Up @@ -20,12 +20,10 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-video-transcoder</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
```

[//]: # ({x-version-update-start:google-cloud-video-transcoder:released})

If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-video-transcoder:0.1.1'
Expand All @@ -34,7 +32,6 @@ If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "0.1.1"
```
[//]: # ({x-version-update-end})

## Authentication

Expand Down

0 comments on commit 92c0e3a

Please sign in to comment.