Skip to content
This repository was archived by the owner on Dec 10, 2018. It is now read-only.

Commit 1394955

Browse files
authored
Update README.md
1 parent 0b7cf41 commit 1394955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Using a regular uuid as a primary key is guaranteed to be slow.
1111

12-
This package solves the performance problem by storing slightly tweaked binary versions of the uuid. You can read more about this storing mechanism here: [http://mysqlserverteam.com/storing-uuid-values-in-mysql-tables/](http://mysqlserverteam.com/storing-uuid-values-in-mysql-tables/).
12+
This package solves the performance problem by storing slightly tweaked binary versions of the uuid. You can read more about the storing mechanism here: [http://mysqlserverteam.com/storing-uuid-values-in-mysql-tables/](http://mysqlserverteam.com/storing-uuid-values-in-mysql-tables/).
1313

1414
The package can generate optimized versions of the uuid. It also provides handy model scopes to easily retrieve models that use binary uuids.
1515

0 commit comments

Comments
 (0)