Skip to content

Commit b564c8d

Browse files
committed
Few things for the scroll-spy README on the website
1 parent 9320364 commit b564c8d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ If you want to use the getdns_query command line wrapper script for testing or t
8383
* Currently getdns only offers two helper functions to deal with IDN: `getdns_convert_ulabel_to_alabel` and `getdns_convert_alabel_to_ulabel`. If you do not need these functions, getdns can be configured to compile without them with the `--without-libidn` option to configure.
8484
* When both `--enable-stub-only` and `--without-libidn` options are used, getdns has only one dependency left, which is OpenSSL.
8585

86-
## Extensions / Event loop dependencies
86+
## Extensions and Event loop dependencies
8787

8888
The implementation works with a variety of event loops, each built as a separate shared library. See [the wiki](https://github.com/getdnsapi/getdns/wiki/Asynchronous-Support#wiki-included-event-loop-integrations) for more details.
8989

@@ -124,7 +124,7 @@ We have a [getdns users list](https://getdnsapi.net/mailman/listinfo/users) for
124124

125125
The [getdns-api mailing list](https://getdnsapi.net/mailman/listinfo/spec) is a good place to engage in discussions regarding the design of the API.
126126

127-
# Tickets/Bug Reports
127+
# Tickets and Bug Reports
128128

129129
Tickets and bug reports should be reported via the [GitHub issues list](https://github.com/getdnsapi/getdns/issues).
130130

@@ -214,7 +214,7 @@ If you're using [FreeBSD](https://www.freebsd.org/), you may install getdns via
214214

215215
If you are using FreeBSD 10 getdns can be intalled via 'pkg install getdns'.
216216

217-
### CentOS/RHEL 6.5
217+
### CentOS and RHEL 6.5
218218

219219
We rely on the most excellent package manager fpm to build the linux packages, which
220220
means that the packaging platform requires ruby 2.1.0. There are other ways to
@@ -272,7 +272,7 @@ The build has been tested using the following:
272272
32 bit only Mingw: [Mingw(3.21.0) and Msys 1.0](http://www.mingw.org/) on Windows 8.1
273273
32 bit build on a 64 bit Mingw [Download latest from: http://mingw-w64.org/doku.php/download/mingw-builds and http://msys2.github.io/]. IMPORTANT: Install tested ONLY on the "x86_64" for 64-bit installer of msys2.
274274

275-
#### Dependencies:
275+
#### Dependencies
276276
The following dependencies are
277277
* openssl-1.0.2j
278278
* libidn

0 commit comments

Comments
 (0)