Skip to content

Commit 30fbe02

Browse files
authored
Update README.md
1 parent c0641dc commit 30fbe02

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ declare the dependency in your project, ie:
4949
</dependency>
5050
```
5151

52-
# Installation
52+
## Installation
5353
Oracle R2DBC can be obtained from Maven Central.
5454
```xml
5555
<dependency>
@@ -148,26 +148,26 @@ For help programming with Oracle R2DBC, ask questions on Stack Overflow tagged w
148148

149149
Issues may be opened as described in [our contribution guide](CONTRIBUTING.md).
150150

151-
# Contributing
151+
## Contributing
152152

153153
This project welcomes contributions from the community. Before submitting a pull
154154
request, please [review our contribution guide](./CONTRIBUTING.md).
155155

156-
# Security
156+
## Security
157157

158158
Please consult the [security guide](./SECURITY.md) for our responsible security
159159
vulnerability disclosure process.
160160

161-
# License
161+
## License
162162

163-
Copyright (c) 2021 Oracle and/or its affiliates.
163+
Copyright (c) 2021, 2023 Oracle and/or its affiliates.
164164

165165
This software is dual-licensed to you under the Universal Permissive License
166166
(UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License
167167
2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose
168168
either license.
169169

170-
# Documentation
170+
## Documentation
171171
This document specifies the behavior of the R2DBC SPI as implemented for the
172172
Oracle Database. This SPI implementation is referred to as the "Oracle R2DBC
173173
Driver" or "Oracle R2DBC" throughout the remainder of this document.

0 commit comments

Comments
 (0)