diff --git a/README.md b/README.md
index f073fe1..04e9aa9 100644
--- a/README.md
+++ b/README.md
@@ -49,11 +49,11 @@ git clone https://github.com/switchboard-xyz/sbv2-solana
## Libraries
-| **Lang** | **Name** | **Description** |
-| -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
-| Rust | [switchboard-v2](/rust/switchboard-v2/)
[Crates.io](https://crates.io/crates/switchboard-v2), [Typedocs](https://docs.rs/switchboard-v2/latest/sbv2_solana/) | Rust crate to deserialize and read Switchboard data feeds |
-| JS | [@switchboard-xyz/solana.js](/javascript/solana.js/)
[npmjs](https://www.npmjs.com/package/@switchboard-xyz/solana.js), [Typedocs](https://docs.switchboard.xyz/api/@switchboard-xyz/solana.js) | Typescript package to interact with Switchboard V2 |
-| Python | [switchboardpy](/python/switchboardpy/)
[pypi](https://pypi.org/project/switchboardpy/), [Typedocs](https://docs.switchboard.xyz/api/switchboardpy/) | Python package to interact with Switchboard V2. **No longer maintained** |
+| **Lang** | **Name** | **Description** |
+| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
+| Rust | [switchboard-v2](/rust/switchboard-v2/)
[[Crates.io](https://crates.io/crates/switchboard-v2), [Typedocs](https://docs.rs/switchboard-v2/latest/sbv2_solana/)] | Rust crate to deserialize and read Switchboard data feeds |
+| JS | [@switchboard-xyz/solana.js](/javascript/solana.js/)
[[npmjs](https://www.npmjs.com/package/@switchboard-xyz/solana.js), [Typedocs](https://docs.switchboard.xyz/api/@switchboard-xyz/solana.js)] | Typescript package to interact with Switchboard V2 |
+| Python | [switchboardpy](/python/switchboardpy/)
[[pypi](https://pypi.org/project/switchboardpy/), [Typedocs](https://docs.switchboard.xyz/api/switchboardpy/)] | Python package to interact with Switchboard V2. **No longer maintained** |
## Example Programs