Skip to content

Commit 596978a

Browse files
authored
Update README.md (#45)
1 parent 847992d commit 596978a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ import com.rainist.banksalad2.R
2929

3030

3131
data class Rainist(
32-
careerPageUrl: String,
32+
corpPageUrl: String,
3333
banksaladPlayStoreUrl: String
3434
)
3535

3636
val rainist = Rainist(
37-
"https://career.banksalad.com/",
37+
"https://corp.banksalad.com/",
3838
"https://play.google.com/store/apps/details?id=com.rainist.banksalad2"
3939
)
4040
```

0 commit comments

Comments
 (0)