You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ data push # upload the dataset onto a DataHub
11
11
>"As a result you'll got a link to share:
12
12
http://datahub.io/user-name/data-package-name
13
13
```
14
-
That's it! Your data is online. You can make your data public or private, add some pretty graphics, and many more. Please read http://datahub.io/docs for details.
14
+
That's it! Your data is online. You can make your data unlisted or private, add some pretty graphics, and many more. Please read http://datahub.io/docs for details.
15
15
16
16
With `data-cli` you can also:
17
17
* Get data from online sources
@@ -46,7 +46,7 @@ Mydataset Mydataset
46
46
your data is published!
47
47
🔗 https://datahub.io/myname/mydataset/v/1 (copied to clipboard)
48
48
```
49
-
**Note:** by default, findability flag for your dataset is set to `--unlisted`, meaning nobody else is able to see it, except you. Use `--public` flag to make it publicly available
49
+
**Note:** by default, findability flag for your dataset is set to `--public`. Use `--unlisted` flag if you want it to not appear in the search results.
0 commit comments