Here is an example config:
int s0/0/0
no ip address
encap ppp
ppp multilink group 1
int s0/1/0
no ip address
encap ppp
ppp multilink group 1
interface Multilink1
ip unnumbered Fastethernet0/0
ppp multilink
ppp multilink group 1
Do this on both sides of the T1's. Basically, you are using the multilink interface as the layer3 interface instead of the serial. The RIP config shouldn't need to change.