diff --git a/README.rst b/README.rst index 451aa09d..3bd599fc 100644 --- a/README.rst +++ b/README.rst @@ -7,13 +7,11 @@ Example ------- >>> import atomium - >>> glucose = atomium.xyz_from_file("glucose.xyz") - >>> glucose.comment() - 'glucose from 2gbp' - >>> glucose.model() - - >>> glucose.model().mass() - 168.0606 + >>> pdb = atomium.fetch("5HVD") + >>> pdb.model() + + >>> pdb.model().chain("A") +