Skip to content

Commit

Permalink
Current module name seems Extlib, not Extlibcompat (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
catalin-hritcu authored and UnixJunkie committed Jul 31, 2019
1 parent e162669 commit 3180492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ ExtLib Compatibility
--------------------

If your project currently uses [ExtLib][], most likely you can just change
`-package extlib` to `-package batteries` and add `open Extlibcompat`
`-package extlib` to `-package batteries` and add `open Extlib`
to the top of any extlib-using modules. Batteries' modules are all
named BatFoo to differentiate them from extlib's modules, so one can
use Batteries and ExtLib in the same project.
Expand Down

0 comments on commit 3180492

Please sign in to comment.