diff --git a/Cargo.toml b/Cargo.toml
index d82ccebfbea53e53cbd6f4d9f8cd267118b4e0f7..5638e19649a4570375f2b1ca19d2e29539b3ffbb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ description = "Peripheral access API for STM32F40x microcontrollers"
 documentation = "https://docs.rs/stm32f40x"
 keywords = ["no-std", "arm", "cortex-m", "stm32"]
 license = "MIT OR Apache-2.0"
-name = "stm32f40x"
+name = "lpc43xx_43sxx"
 #repository = "https://github.com/japaric/stm32f100xx"
 version = "0.1.0"
 
diff --git a/README.md b/README.md
index 0251447232cfd5219ccb4437c03fbde7ffb92dc5..1c63bdd56eab9939784b0100f7eb768e85d08f44 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,9 @@
 Generated using [svd2rust] v0.11.3 from [LPC43xx_43Sxx.svd].
 
 
+# Documentation
+[The Manual](http://pln.gitpages.henriktjader.com/LPC43xx_43Sxx/lpc43xx_43sxx)
+
 # License
 
 Licensed under either of
@@ -22,3 +25,4 @@ at your option.
 Unless you explicitly state otherwise, any contribution intentionally submitted
 for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
 dual licensed as above, without any additional terms or conditions.
+