diff --git a/README.md b/README.md index 0acf0c9..da7f58b 100644 --- a/README.md +++ b/README.md @@ -136,62 +136,7 @@ from waybackpy import get webpage = get("https://example.com/", UA="User-Agent") print(webpage) ``` -
Output of the above code -

- -###### The source code for ! As no encoding was provided, it was auto identified. - -```html - - - - Example Domain - - - - - - - - -

-

Example Domain

-

This domain is for use in illustrative examples in documents. You may use this - domain in literature without prior coordination or asking for permission.

-

More information...

-
- - -``` - -

-
+> This should print the source code for . ## Dependency * None, just python standard libraries. Both python 2 and 3 are supported :)