Skip to content

Commit

Permalink
Merge pull request #58 from bcgov/update-readme
Browse files Browse the repository at this point in the history
updated repo location in readme
  • Loading branch information
kiiskila-bcgov authored Jan 9, 2025
2 parents c1fd124 + 92209bc commit e8a8b2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Requirements:
Clone the repository:

```
git clone https://github.com/kiiskila-bcgov/Klamm.git
git clone https://github.com/bcgov/klamm.git
```

Navigate into the repository:
Expand Down
4 changes: 4 additions & 0 deletions database/seeders/UserSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ public function run(): void
'name' => 'Joh',
'email' => '[email protected]',
],
[
'name' => 'Josh',
'email' => '[email protected]',
],

];

Expand Down

0 comments on commit e8a8b2a

Please sign in to comment.