File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed 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 >
@@ -148,26 +148,26 @@ For help programming with Oracle R2DBC, ask questions on Stack Overflow tagged w
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
154
154
request, please [ review our contribution guide] ( ./CONTRIBUTING.md ) .
155
155
156
- # Security
156
+ ## Security
157
157
158
158
Please consult the [ security guide] ( ./SECURITY.md ) for our responsible security
159
159
vulnerability disclosure process.
160
160
161
- # License
161
+ ## License
162
162
163
- Copyright (c) 2021 Oracle and/or its affiliates.
163
+ Copyright (c) 2021, 2023 Oracle and/or its affiliates.
164
164
165
165
This software is dual-licensed to you under the Universal Permissive License
166
166
(UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License
167
167
2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0 . You may choose
168
168
either license.
169
169
170
- # Documentation
170
+ ## Documentation
171
171
This document specifies the behavior of the R2DBC SPI as implemented for the
172
172
Oracle Database. This SPI implementation is referred to as the "Oracle R2DBC
173
173
Driver" or "Oracle R2DBC" throughout the remainder of this document.
You can’t perform that action at this time.
0 commit comments