Skip to content

Commit dd95251

Browse files
authored
Merge pull request #31 from InteractionDesignFoundation/alies-dev-patch-1
Update migration.md
2 parents a04d7af + 7d20a28 commit dd95251

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/migration.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ To migrate from `torann/geoip` you simply need to :
99

1010
2. update namespaces in your application:
1111
```diff
12-
- use Torann\GeoIP;
13-
- use Torann\Location;
14-
15-
+ use InteractionDesignFoundation\GeoIP;
16-
+ use InteractionDesignFoundation\Location;
12+
-use Torann\GeoIP;
13+
+use InteractionDesignFoundation\GeoIP;
14+
-use Torann\Location;
15+
+use InteractionDesignFoundation\Location;
1716
```

0 commit comments

Comments
 (0)