Skip to content

Commit df692ca

Browse files
author
Alexander Furer
committed
docs formatting fixes
1 parent d41ecd3 commit df692ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ final Authentication auth = GrpcSecurity.AUTHENTICATION_CONTEXT_KEY.get();
522522

523523
By adding `io.github.lognet:grpc-client-spring-boot-starter` dependency to your *java grpc client* application you can easily configure per-channel or per-call credentials :
524524

525-
* Per-channel :
525+
Per-channel::
526526
+
527527
[source,java]
528528
----
@@ -549,7 +549,7 @@ class MyClient{
549549
<2> Intercept channel
550550
<3> Provide token generator function (Please refer to link:grpc-spring-boot-starter-demo/src/test/java/org/lognet/springboot/grpc/auth/JwtAuthBaseTest.java[for example].)
551551

552-
* Per-call :
552+
Per-call::
553553
+
554554
[source,java]
555555
----
@@ -571,9 +571,9 @@ class MyClient{
571571
<1> Create call credentials with basic scheme
572572
<2> Create service stub
573573
<3> Attach call credentials to the call
574-
574+
+
575575
`AuthHeader` could also be built with bespoke authorization scheme :
576-
576+
+
577577
[source,java]
578578
----
579579
AuthHeader

0 commit comments

Comments
 (0)