diff --git a/Project.toml b/Project.toml index fedee2a..9dabdb0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,5 +1,5 @@ name = "Oracle" -uuid = "3328109a-0d39-11e9-3813-abcec9a1b4fe" +uuid = "7240a794-28ba-5199-b477-df5fe5cf6155" license = "MIT" authors = ["Felipe Noronha "] version = "0.0.2" diff --git a/README.md b/README.md index fa7a3a3..b5fb71a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,9 @@ To install it, follow these instructions: export LD_LIBRARY_PATH=/path-to-folder/instantclient_XX_Y:$LD_LIBRARY_PATH ``` -Alternative installation methods are available at [ODPI-C documentation](https://oracle.github.io/odpi/doc/installation.html), or at [Instant Client documentation](https://www.oracle.com/technetwork/database/database-technologies/instant-client/documentation/index.html). +Check [ODPI-C documentation](https://oracle.github.io/odpi/doc/installation.html), +or [Instant Client documentation](https://www.oracle.com/technetwork/database/database-technologies/instant-client/documentation/index.html) +for alternative installation methods. ## Package installation