diff --git a/README.md b/README.md
index ae81951..e17fb94 100644
--- a/README.md
+++ b/README.md
@@ -464,7 +464,7 @@ IMU.getFifoTemperature_C(&samples,temp);
## Sensor Orientation
This library transforms all data to a common axis system before it is returned. This axis system is shown below. It is a right handed coordinate system with the z-axis positive down, common in aircraft dynamics.
-
+
**Caution!** This axis system is shown relative to the ICM20689 sensor. The sensor may be rotated relative to the breakout board.
@@ -479,7 +479,7 @@ This library transforms all data to a common axis system before it is returned.
# Wiring and Pullups
-Please refer to the [ICM20689 datasheet](https://github.com/finani/Arduino_ICM20689/blob/master/extras/InvenSense-ICM-20689-datasheet.pdf). This library should work well for other breakout boards or embedded sensors, please refer to your vendor's pinout diagram.
+Please refer to the [ICM20689 datasheet](https://github.com/finani/ICM20689/blob/master/extras/InvenSense-ICM-20689-datasheet.pdf). This library should work well for other breakout boards or embedded sensors, please refer to your vendor's pinout diagram.
## I2C
diff --git a/library.properties b/library.properties
index 10acbb7..b1a0af5 100644
--- a/library.properties
+++ b/library.properties
@@ -1,10 +1,10 @@
-name=Arduino_ICM20689
+name=ICM20689
version=1.0.0
author=Inhwan Wee
maintainer=Inhwan Wee
sentence=Library for communicating with the ICM20689 six-axis Inertial Measurement Units (IMU).
paragraph=This library supports both I2C and SPI communication with the ICM20689. ICM20689 object declaration is overloaded with different declarations for I2C and SPI communication. All other functions remain the same. Additionally, a derived class, ICM20689FIFO, is included, which provides FIFO setup and data collection functionality in addition to all of the functionality included in the base ICM20689 class.
category=Sensors
-url=https://github.com/finani/Arduino_ICM20689
+url=https://github.com/finani/ICM20689
architectures=*
includes=ICM20689.h