Fix intendation for FreeBSD package/port section.

Lewis Cook created

Change summary

README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

README.md 🔗

@@ -58,11 +58,11 @@ That's all !
 
 <details><summary>FreeBSD package/port</summary>
 
-* [Freshports](https://www.freshports.org/devel/git-bug/)
 Install via the package manager
   ```
   pkg install git-bugs
   ```
+
 Or from the ports collection
   ```
   cd /usr/ports/devel/git-bug && make install clean