diff --git a/README.md b/README.md
index fa24a49..0a4bcac 100644
--- a/README.md
+++ b/README.md
@@ -193,7 +193,7 @@ Throughout this unique book, you’ll find useful code samples that are easy to
### [Write Powerful Rust Macros](https://www.manning.com/books/write-powerful-rust-macros)
-
+
Write Powerful Rust Macros is a comprehensive guide to creating macros in Rust. You’ll start your journey with declarative macros, then quickly move on to the powerful procedural macros to build your own domain-specific language. Learn how to create public fields, work with custom attributes, integrate your macros with other crates, write effective tests to ensure your macros are reliable and bug-free, and even share your macros with other developers.
@@ -411,6 +411,12 @@ Burn places a significant emphasis on making the right compromises in the right
* **Import ONNX Model**: Learn how to seamlessly import models from ONNX, expanding your compatibility with other deep learning ecosystems.
* **Advanced**: Exploring Burn's capabilities at their peak. This section caters to those who want to push the boundaries of what's possible with Burn.
+###[Code Like a Pro in Rust](https://www.manning.com/books/code-like-a-pro-in-rust)
+
+
+
+Code Like a Pro in Rust will make you a more productive Rust programmer. This example-rich book builds on your existing know-how by introducing Rust-specific design patterns, coding shortcuts, and veteran skills like asynchronous programming and integrating Rust with other languages. You’ll also meet amazing Rust tools for testing, code analysis, and application lifecycle management. It’s all the good stuff in one place!
+
**Resources**
====