Skip to content

Commit 2672c5d

Browse files
committed
Update README (files section, credits, minor corrections).
1 parent 6b72df7 commit 2672c5d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ and undelete them (in the future possibly also extract them to local filesystem)
102102
- unadf rewrite (in 2019) : Stuart Caie
103103
- Bug fixes and C++ wrapper : Bjarke Viksoe (adfwrapper.h)
104104
- WinNT native driver : Dan Sutherland and Gary Harris
105+
- See also: AUTHORS
105106

106107
New versions and contact e-mail can be found at : https://github.com/lclevy/ADFlib
107108

@@ -127,7 +128,9 @@ See INSTALL file.
127128
- `regtests/Boot/` : Bootblocks that might by used to put on floppy disks
128129
- `doc/` : The library developer's documentation, man pages for utilities
129130
- `doc/FAQ/` : The Amiga Filesystem explained
130-
- `examples/` : utilities: `unadf`, `adf_floppy_create/format`, `adf_show_metadata`
131+
- `examples/` : utilities: `unadf`, `adf_floppy_create/format`, `adf_show_metadata`,
132+
`adf_bitmap`, `adf_salvage`
133+
- `packaging` : misc. packaging configurations (so far - deb only)
131134
- `regtests/` : regression tests
132135
- `tests/` : unit tests
133136

@@ -142,7 +145,7 @@ some remain untouched for a long time and may not have dedicated tests
142145
The library is mostly tested with ADF disk (ie. floppy) images, not with
143146
any native/real disk devices. Since version 0.9.0, the native devices
144147
are not enabled by default, so it is now more safe to keep them compiled.
145-
However, if they are needed at all, the library still can be build
148+
However, if they are not needed at all, the library still can be build
146149
without them (with the `generic` (dummy) native device instead, see
147150
INSTALL for details).
148151

0 commit comments

Comments
 (0)