Skip to content

Commit

Permalink
docs: rename .readme_partials to .readme-partials (#48)
Browse files Browse the repository at this point in the history
* docs: rename .readme-partials to .readme-partials

* add quotes
  • Loading branch information
anguillanneuf committed Jan 22, 2021
1 parent 472c382 commit 263ed6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readme_partials.yaml → .readme-partials.yaml
@@ -1,6 +1,6 @@
custom_content: |
#### Publishing messages
With Pub/Sub Lite, you can use a Producer<byte[], byte[]> to publish messages:
With Pub/Sub Lite, you can use a `Producer<byte[], byte[]>` to publish messages:
```java
import com.google.cloud.pubsublite.kafka.ProducerSettings;
import org.apache.kafka.clients.producer.*;
Expand Down

0 comments on commit 263ed6a

Please sign in to comment.