You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ declare the dependency in your project, ie:
49
49
</dependency>
50
50
```
51
51
52
-
# Installation
52
+
##Installation
53
53
Oracle R2DBC can be obtained from Maven Central.
54
54
```xml
55
55
<dependency>
@@ -78,7 +78,7 @@ Oracle R2DBC is compatible with JDK 11 (or newer), and has the following runtime
78
78
The Oracle R2DBC Driver has been verified with Oracle Database versions 18, 19,
79
79
and 21.
80
80
81
-
# Code Examples
81
+
##Code Examples
82
82
83
83
The following method returns an Oracle R2DBC `ConnectionFactory`
84
84
```java
@@ -143,31 +143,31 @@ is called.
143
143
144
144
Additional code examples can be found [here](sample).
145
145
146
-
# Help
146
+
##Help
147
147
For help programming with Oracle R2DBC, ask questions on Stack Overflow tagged with [[oracle] and [r2dbc]](https://stackoverflow.com/tags/oracle+r2dbc). The development team monitors Stack Overflow regularly.
148
148
149
149
Issues may be opened as described in [our contribution guide](CONTRIBUTING.md).
150
150
151
-
# Contributing
151
+
##Contributing
152
152
153
153
This project welcomes contributions from the community. Before submitting a pull
0 commit comments