Skip to content

Commit

Permalink
Update migration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev authored Jul 12, 2024
1 parent a1df8ca commit b631c3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ To migrate from `torann/geoip` you simply need to :

2. update namespaces in your application:
```diff
-use Torann\GeoIP;
+use InteractionDesignFoundation\GeoIP;
-use Torann\Location;
+use InteractionDesignFoundation\Location;
-use Torann\GeoIP\GeoIP;
-use Torann\GeoIP\Location;
+use InteractionDesignFoundation\GeoIP\GeoIP;
+use InteractionDesignFoundation\GeoIP\Location;
```

0 comments on commit b631c3c

Please sign in to comment.